Package opennlp.tools.ml.perceptron
Package related to ML by means of the perceptron algorithm.
-
Class Summary Class Description BinaryPerceptronModelReader APerceptronModelReader
that reads models from a binary format.BinaryPerceptronModelWriter APerceptronModelWriter
that writes models in a binary format.PerceptronModel Amodel
implementation based one the perceptron algorithm.PerceptronModelReader The base class for readers ofmodels
.PerceptronModelWriter The base class forPerceptronModel
writers.PerceptronTrainer Trainsmodels
using the perceptron algorithm.SimplePerceptronSequenceTrainer Trainsmodels
with sequences using the perceptron algorithm.