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

Packages that use AlphabetContainer.AlphabetContainerType
de.jstacs.classifier.scoringFunctionBased Provides the classes for Classifiers that are based on ScoringFunctions. 
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.classifier.scoringFunctionBased
 

Constructors in de.jstacs.classifier.scoringFunctionBased with parameters of type AlphabetContainer.AlphabetContainerType
ScoreClassifierParameterSet(Class<? extends ScoreClassifier> instanceClass, boolean simple, AlphabetContainer.AlphabetContainerType type, boolean variableLength)
          The default constructor.
 

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're 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 if all alphabets are discrete.
AlphabetContainerParameterSet.AlphabetArrayParameterSet(AlphabetContainer.AlphabetContainerType type)
          Creates a new AlphabetContainerParameterSet.AlphabetArrayParameterSet from the information if the array shall contain only the parameters for discrete Alphabets.
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.
 

Uses of AlphabetContainer.AlphabetContainerType in de.jstacs.parameters
 

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