Package de.jstacs

This package is the root package for the most and important packages.

See:
          Description

Interface Summary
InstantiableFromParameterSet Interface for all classes that can be instantiated from a ParameterSet.
Storable This is the root interface for all immutable objects that must be stored in e.g. a file or a database.
 

Enum Summary
DataType This enum defines a number of datatypes that can be used for Parameter and Result.
 

Exception Summary
NonParsableException A NonParsable exception is thrown if some object could not be restored from a StringBuffer.
NotTrainedException A NotTrainedException is thrown if the user tries to use an untrained model.
WrongAlphabetException A WrongAlphabetException is thrown if a data file did not match the given alphabet.
 

Package de.jstacs Description

This package is the root package for the most and important packages. The most important subpackages are data, models and classifier.

See Also:
de.jstacs.data, de.jstacs.models, de.jstacs.classifier