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 InstanceParameterSet.
Singleton This interface states that the implementing class has only one immutable instance.
Storable This is the root interface for all immutable objects that must be stored in e.g.
 

Class Summary
AnnotatedEntity Superclass for all Jstacs entities that have a name, a comment, and a data type as annotations.
AnnotatedEntityList<T extends AnnotatedEntity> Class for a list of AnnotatedEntitys where elements can be accessed either by index or by the name of the AnnotatedEntity.
Singleton.SingletonHandler This handler helps to retrieve the single instance of a Singleton.
 

Enum Summary
DataType This enum defines a number of data types that can be used for Parameters and Result s.
 

Exception Summary
NotTrainedException A NotTrainedException is thrown if the user tries to use an untrained model.
 

Package de.jstacs Description

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

See Also:
de.jstacs.data, de.jstacs.sequenceScores.statisticalModels.trainable, de.jstacs.sequenceScores.statisticalModels.differentiable, de.jstacs.classifiers