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