Package opennlp.tools.ml.model
Class DynamicEvalParameters
java.lang.Object
opennlp.tools.ml.model.DynamicEvalParameters
- 
Constructor SummaryConstructorsConstructorDescriptionDynamicEvalParameters(List<? extends Context> params, int numOutcomes) Creates a set of parameters which can be evaluated with the eval method.
- 
Method Summary
- 
Constructor Details- 
DynamicEvalParametersCreates a set of parameters which can be evaluated with the eval method.- Parameters:
- params- The parameters of the model.
- numOutcomes- The number of outcomes.
 
 
- 
- 
Method Details- 
getParams
- 
getNumOutcomespublic int getNumOutcomes()
 
-