Package | Description |
---|---|
opennlp.tools.ml.maxent |
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
|
Modifier and Type | Method and Description |
---|---|
GISModel |
GISTrainer.trainModel(int iterations,
DataIndexer di)
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer)
Deprecated.
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer,
boolean smoothing)
Deprecated.
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer,
boolean printMessagesWhileTraining,
boolean smoothing,
Prior modelPrior)
Deprecated.
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer,
boolean printMessagesWhileTraining,
boolean smoothing,
Prior modelPrior,
int threads)
Deprecated.
Train a model using the GIS algorithm.
|
GISModel |
GISTrainer.trainModel(int iterations,
DataIndexer di,
int threads)
Train a model using the GIS algorithm.
|
GISModel |
GISTrainer.trainModel(int iterations,
DataIndexer di,
Prior modelPrior,
int threads)
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer,
Prior modelPrior,
int cutoff)
Deprecated.
Train a model using the GIS algorithm with the specified number of
iterations, data indexer, and prior.
|
GISModel |
GISTrainer.trainModel(ObjectStream<Event> eventStream)
Train a model using the GIS algorithm, assuming 100 iterations and no
cutoff.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream)
Deprecated.
Train a model using the GIS algorithm, assuming 100 iterations and no
cutoff.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream,
boolean smoothing)
Deprecated.
Train a model using the GIS algorithm, assuming 100 iterations and no
cutoff.
|
GISModel |
GISTrainer.trainModel(ObjectStream<Event> eventStream,
int iterations,
int cutoff)
Trains a GIS model on the event in the specified event stream, using the specified number
of iterations and the specified count cutoff.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream,
int iterations,
int cutoff)
Deprecated.
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream,
int iterations,
int cutoff,
boolean smoothing,
boolean printMessagesWhileTraining)
Deprecated.
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream,
int iterations,
int cutoff,
double sigma)
Deprecated.
Train a model using the GIS algorithm.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.