All Classes and Interfaces

Classes
Class
Description
A PerceptronModelReader that reads models from a binary format.
A PerceptronModelWriter that writes models in a binary format.
A StopCriteria implementation to identify whether the absolute difference between the training accuracy of current and previous iteration is under the defined tolerance.
A model implementation based one the perceptron algorithm.
The base class for readers of models.
The base class for PerceptronModel writers.
Trains models using the perceptron algorithm.
Trains models with sequences using the perceptron algorithm.