Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
E
eval(String[])
- Method in class opennlp.maxent.
GISModel
Use this model to evaluate a context and return an array of the likelihood of each outcome given that context.
eval(String[], float[])
- Method in class opennlp.maxent.
GISModel
eval(int[], double[], EvalParameters)
- Static method in class opennlp.maxent.
GISModel
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.
eval(int[], float[], double[], EvalParameters)
- Static method in class opennlp.maxent.
GISModel
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.
eval(String[], double[])
- Method in class opennlp.maxent.
GISModel
eval(String[], float[], double[])
- Method in class opennlp.maxent.
GISModel
Use this model to evaluate a context and return an array of the likelihood of each outcome given that context.
eval(String[])
- Method in interface opennlp.maxent.
MaxentModel
Evaluates a context.
eval(String[], double[])
- Method in interface opennlp.maxent.
MaxentModel
Evaluates a context.
eval(String[], float[])
- Method in interface opennlp.maxent.
MaxentModel
Evaluates a contexts with the specified context values.
eval(MaxentModel, Reader, Evalable)
- Static method in class opennlp.maxent.
TrainEval
eval(MaxentModel, Reader, Evalable, boolean)
- Static method in class opennlp.maxent.
TrainEval
Evalable
- Interface in
opennlp.maxent
Interface for components which use maximum entropy models and can evaluate the performace of the models using the TrainEval class.
EvalParameters
- Class in
opennlp.maxent
This class encapsulates the varibales used in producing probabilities from a model and facilitaes passing these variables to the eval method.
EvalParameters(Context[], double, double, int)
- Constructor for class opennlp.maxent.
EvalParameters
Creates a set of paramters which can be evaulated with the eval method.
Event
- Class in
opennlp.maxent
The context of a decision point during training.
Event(String, String[])
- Constructor for class opennlp.maxent.
Event
Event(String, String[], float[])
- Constructor for class opennlp.maxent.
Event
EventCollector
- Interface in
opennlp.maxent
An interface for objects which read events during training.
EventCollectorAsStream
- Class in
opennlp.maxent
A wrapper to turn EventCollectors created for Maxent 1.0 into EventStreams for Maxent 1.2.
EventCollectorAsStream(EventCollector)
- Constructor for class opennlp.maxent.
EventCollectorAsStream
EventStream
- Interface in
opennlp.maxent
A object which can deliver a stream of training events for the GIS procedure (or others such as IIS if and when they are implemented).
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
Copyright © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.