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