public class DynamicEvalParameters extends Object
| Constructor and Description | 
|---|
DynamicEvalParameters(List<? extends Context> params,
                     int numOutcomes)
Creates a set of paramters which can be evaulated with the eval method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getNumOutcomes()  | 
Context[] | 
getParams()  | 
public Context[] getParams()
public int getNumOutcomes()
Copyright © 2017 The Apache Software Foundation. All rights reserved.