Uses of Class
opennlp.tools.ml.model.EvalParameters
-
Packages that use EvalParameters Package Description opennlp.tools.ml.maxent Provides main functionality of the maxent package including data structures and algorithms for parameter estimation.opennlp.tools.ml.model opennlp.tools.ml.naivebayes opennlp.tools.ml.perceptron -
-
Uses of EvalParameters in opennlp.tools.ml.maxent
Methods in opennlp.tools.ml.maxent with parameters of type EvalParameters Modifier and Type Method Description static double[]GISModel. eval(int[] context, double[] prior, EvalParameters model)Use this model to evaluate a context and return an array of the likelihood of each outcome given the specified context and the specified parameters. -
Uses of EvalParameters in opennlp.tools.ml.model
Fields in opennlp.tools.ml.model declared as EvalParameters Modifier and Type Field Description protected EvalParametersAbstractModel. evalParamsParameters for the model. -
Uses of EvalParameters in opennlp.tools.ml.naivebayes
Subclasses of EvalParameters in opennlp.tools.ml.naivebayes Modifier and Type Class Description classNaiveBayesEvalParametersParameters for the evalution of a naive bayes classifierMethods in opennlp.tools.ml.naivebayes with parameters of type EvalParameters Modifier and Type Method Description static double[]NaiveBayesModel. eval(int[] context, double[] prior, EvalParameters model) -
Uses of EvalParameters in opennlp.tools.ml.perceptron
Methods in opennlp.tools.ml.perceptron with parameters of type EvalParameters Modifier and Type Method Description static double[]PerceptronModel. eval(int[] context, double[] prior, EvalParameters model)
-