Class EvalParameters
java.lang.Object
opennlp.tools.ml.model.EvalParameters
This class encapsulates the variables used in producing probabilities from a model
and facilitates passing these variables to the eval method.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EvalParameters
public EvalParameters(opennlp.tools.ml.model.Context[] params, int numOutcomes)
-
-
Method Details
-
getParams
public opennlp.tools.ml.model.Context[] getParams() -
getNumOutcomes
public int getNumOutcomes() -
hashCode
-
equals
-