Class PerceptronModelWriter

Direct Known Subclasses:
BinaryPerceptronModelWriter

public abstract class PerceptronModelWriter extends AbstractMLModelWriter
The base class for PerceptronModel writers.

It provides the persist() method which takes care of the structure of a stored document, and requires an extending class to define precisely how the data should be stored.

See Also: