|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||