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