Package | Description |
---|---|
opennlp.tools.ml.maxent.io |
Provides the I/O functionality of the maxent package including reading
and writing models in several formats.
|
opennlp.tools.ml.model | |
opennlp.tools.ml.naivebayes | |
opennlp.tools.ml.perceptron |
Modifier and Type | Method and Description |
---|---|
protected ComparablePredicate[] |
GISModelWriter.sortValues() |
Modifier and Type | Method and Description |
---|---|
protected List<List<ComparablePredicate>> |
GISModelWriter.compressOutcomes(ComparablePredicate[] sorted) |
Modifier and Type | Method and Description |
---|---|
protected List<List<ComparablePredicate>> |
GISModelWriter.compressOutcomes(ComparablePredicate[] sorted) |
Modifier and Type | Method and Description |
---|---|
int |
ComparablePredicate.compareTo(ComparablePredicate cp) |
Modifier and Type | Method and Description |
---|---|
protected ComparablePredicate[] |
NaiveBayesModelWriter.sortValues() |
Modifier and Type | Method and Description |
---|---|
protected List<List<ComparablePredicate>> |
NaiveBayesModelWriter.compressOutcomes(ComparablePredicate[] sorted) |
protected List<List<ComparablePredicate>> |
NaiveBayesModelWriter.computeOutcomePatterns(ComparablePredicate[] sorted) |
Modifier and Type | Method and Description |
---|---|
protected List<List<ComparablePredicate>> |
NaiveBayesModelWriter.compressOutcomes(ComparablePredicate[] sorted) |
protected List<List<ComparablePredicate>> |
NaiveBayesModelWriter.computeOutcomePatterns(ComparablePredicate[] sorted) |
Modifier and Type | Method and Description |
---|---|
protected ComparablePredicate[] |
PerceptronModelWriter.sortValues() |
Modifier and Type | Method and Description |
---|---|
protected List<List<ComparablePredicate>> |
PerceptronModelWriter.computeOutcomePatterns(ComparablePredicate[] sorted) |
Modifier and Type | Method and Description |
---|---|
protected List<List<ComparablePredicate>> |
PerceptronModelWriter.computeOutcomePatterns(ComparablePredicate[] sorted) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.