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. 
de.jstacs.data Provides classes for the representation of data. 
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. if the array shall contain only the parameters for discrete Alphabet s.
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.