Package opennlp.tools.ml.model
Class DynamicEvalParameters
- java.lang.Object
- 
- opennlp.tools.ml.model.DynamicEvalParameters
 
- 
 public class DynamicEvalParameters extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description DynamicEvalParameters(List<? extends Context> params, int numOutcomes)Creates a set of paramters which can be evaulated with the eval method.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumOutcomes()Context[]getParams()
 
- 
- 
- 
Method Detail- 
getParamspublic Context[] getParams() 
 - 
getNumOutcomespublic int getNumOutcomes() 
 
- 
 
-