public class Context extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int[] |
outcomes
输出(标签)
|
protected double[] |
parameters
参数
|
| Constructor and Description |
|---|
Context(int[] outcomePattern,
double[] parameters)
构建一个新的上下文
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getOutcomes()
获取输出
|
double[] |
getParameters()
获取参数
|
Copyright © 2014–2021 码农场. All rights reserved.