|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use AlphabetContainer.AlphabetContainerType | |
---|---|
de.jstacs.classifiers.differentiableSequenceScoreBased | Provides the classes for Classifier s that are based on SequenceScore s. |
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |