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 |
---|---|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer)
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer,
boolean smoothing)
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer,
boolean printMessagesWhileTraining,
boolean smoothing,
Prior modelPrior,
int cutoff)
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer,
boolean printMessagesWhileTraining,
boolean smoothing,
Prior modelPrior,
int cutoff,
int threads)
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(int iterations,
DataIndexer indexer,
Prior modelPrior,
int cutoff)
Train a model using the GIS algorithm with the specified number of
iterations, data indexer, and prior.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream)
Train a model using the GIS algorithm, assuming 100 iterations and no
cutoff.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream,
boolean smoothing)
Train a model using the GIS algorithm, assuming 100 iterations and no
cutoff.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream,
int iterations,
int cutoff)
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream,
int iterations,
int cutoff,
boolean smoothing,
boolean printMessagesWhileTraining)
Train a model using the GIS algorithm.
|
static GISModel |
GIS.trainModel(ObjectStream<Event> eventStream,
int iterations,
int cutoff,
double sigma)
Train a model using the GIS algorithm.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.