Uses of Class
opennlp.maxent.EvalParameters

Packages that use EvalParameters
opennlp.maxent Provides main functionality of the maxent package including data structures and algorithms for parameter estimation. 
 

Uses of EvalParameters in opennlp.maxent
 

Methods in opennlp.maxent with parameters of type EvalParameters
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.
static double[] GISModel.eval(int[] context, float[] values, 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.
 



Copyright © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.