Package | Description |
---|---|
opennlp.tools.ml.maxent |
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
|
opennlp.tools.ml.maxent.io |
Provides the I/O functionality of the maxent package including reading
and writting models in several formats.
|
opennlp.tools.ml.maxent.quasinewton | |
opennlp.tools.ml.model | |
opennlp.tools.ml.perceptron |
Constructor and Description |
---|
GISModel(Context[] params,
String[] predLabels,
String[] outcomeNames,
int correctionConstant,
double correctionParam)
Creates a new model with the specified parameters, outcome names, and
predicate/feature labels.
|
GISModel(Context[] params,
String[] predLabels,
String[] outcomeNames,
int correctionConstant,
double correctionParam,
Prior prior)
Creates a new model with the specified parameters, outcome names, and
predicate/feature labels.
|
Modifier and Type | Field and Description |
---|---|
protected Context[] |
GISModelWriter.PARAMS |
Modifier and Type | Method and Description |
---|---|
protected Context[] |
OldFormatGISModelReader.getParameters(int[][] outcomePatterns)
Reads the parameters from a file and populates an array of context objects.
|
Constructor and Description |
---|
QNModel(Context[] params,
String[] predLabels,
String[] outcomeNames) |
Modifier and Type | Class and Description |
---|---|
class |
MutableContext
Class used to store parameters or expected values associated with this context which
can be updated or assigned.
|
Modifier and Type | Method and Description |
---|---|
protected Context[] |
AbstractModelReader.getParameters(int[][] outcomePatterns)
Reads the parameters from a file and populates an array of context objects.
|
Context[] |
EvalParameters.getParams() |
Context[] |
DynamicEvalParameters.getParams() |
Constructor and Description |
---|
AbstractModel(Context[] params,
String[] predLabels,
IndexHashTable<String> pmap,
String[] outcomeNames) |
AbstractModel(Context[] params,
String[] predLabels,
String[] outcomeNames) |
AbstractModel(Context[] params,
String[] predLabels,
String[] outcomeNames,
int correctionConstant,
double correctionParam) |
EvalParameters(Context[] params,
double correctionParam,
double correctionConstant,
int numOutcomes)
Creates a set of paramters which can be evaulated with the eval method.
|
EvalParameters(Context[] params,
int numOutcomes) |
Constructor and Description |
---|
DynamicEvalParameters(List<? extends Context> params,
int numOutcomes)
Creates a set of paramters which can be evaulated with the eval method.
|
Modifier and Type | Field and Description |
---|---|
protected Context[] |
PerceptronModelWriter.PARAMS |
Constructor and Description |
---|
PerceptronModel(Context[] params,
String[] predLabels,
IndexHashTable<String> pmap,
String[] outcomeNames) |
PerceptronModel(Context[] params,
String[] predLabels,
Map<String,Integer> pmap,
String[] outcomeNames)
Deprecated.
use the constructor with the
IndexHashTable instead! |
PerceptronModel(Context[] params,
String[] predLabels,
String[] outcomeNames) |
Copyright © 2015 The Apache Software Foundation. All rights reserved.