Uses of Class
de.jstacs.data.AlphabetContainer.AlphabetContainerType

Packages that use AlphabetContainer.AlphabetContainerType
de.jstacs.classifiers.differentiableSequenceScoreBased Provides the classes for Classifiers that are based on SequenceScores.
It includes a sub-package for discriminative objective functions, namely conditional likelihood and supervised posterior, and a separate sub-package for the parameter priors, that can be used for the supervised posterior. 
de.jstacs.data Provides classes for the representation of data.
The base classes to represent data are Alphabet and AlphabetContainer for representing alphabets, Sequence and its sub-classes to represent continuous and discrete sequences, and DataSet to represent data sets comprising a set of sequences. 
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
 

Uses of AlphabetContainer.AlphabetContainerType in de.jstacs.classifiers.differentiableSequenceScoreBased
 

Constructors in de.jstacs.classifiers.differentiableSequenceScoreBased with parameters of type AlphabetContainer.AlphabetContainerType
ScoreClassifierParameterSet(Class<? extends ScoreClassifier> instanceClass, boolean simple, AlphabetContainer.AlphabetContainerType type, boolean variableLength)
          Creates a new ScoreClassifierParameterSet with empty parameter values.
 

Uses of AlphabetContainer.AlphabetContainerType in de.jstacs.data
 

Methods in de.jstacs.data that return AlphabetContainer.AlphabetContainerType
 AlphabetContainer.AlphabetContainerType AlphabetContainer.getType()
          Returns the type of this AlphabetContainer.
static AlphabetContainer.AlphabetContainerType AlphabetContainer.AlphabetContainerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlphabetContainer.AlphabetContainerType[] AlphabetContainer.AlphabetContainerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.jstacs.data with parameters of type AlphabetContainer.AlphabetContainerType
AlphabetContainerParameterSet.AlphabetArrayParameterSet(Alphabet[] alphabets, AlphabetContainer.AlphabetContainerType type)
          Creates a new AlphabetContainerParameterSet.AlphabetArrayParameterSet from an array of Alphabets and the information about the type of the Alphabets.
AlphabetContainerParameterSet.AlphabetArrayParameterSet(AlphabetContainer.AlphabetContainerType type)
          Creates a new AlphabetContainerParameterSet.AlphabetArrayParameterSet from the information about the type of the Alphabets, e.g.
AlphabetContainerParameterSet.SectionDefinedAlphabetParameterSet(AlphabetContainer.AlphabetContainerType type)
          Creates a new AlphabetContainerParameterSet.SectionDefinedAlphabetParameterSet for a set of discrete or continuous Alphabets.
AlphabetContainerParameterSet(AlphabetContainer.AlphabetContainerType type, boolean simple)
          Creates a new AlphabetContainerParameterSet of an AlphabetContainer with AlphabetContainer.AlphabetContainerType type.
 

Uses of AlphabetContainer.AlphabetContainerType in de.jstacs.parameters
 

Constructors in de.jstacs.parameters with parameters of type AlphabetContainer.AlphabetContainerType
SequenceScoringParameterSet(Class<T> instanceClass, AlphabetContainer.AlphabetContainerType type, boolean simple)
          Constructs an InstanceParameterSet having empty parameter values.
SequenceScoringParameterSet(Class<T> instanceClass, AlphabetContainer.AlphabetContainerType type, boolean simple, boolean variableLength)
          Constructs a SequenceScoringParameterSet having empty parameter values.