Package opennlp.tools.ml.model
Class DynamicEvalParameters
java.lang.Object
opennlp.tools.ml.model.DynamicEvalParameters
-
Constructor Summary
ConstructorDescriptionDynamicEvalParameters
(List<? extends Context> params, int numOutcomes) Creates a set of parameters which can be evaluated with the eval method. -
Method Summary
-
Constructor Details
-
DynamicEvalParameters
Creates 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
-
getNumOutcomes
public int getNumOutcomes()
-