|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ExpandableParameterSet | |
---|---|
de.jstacs.classifiers.performanceMeasures | This package provides the implementations of performance measures that can be used to assess any classifier |
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 ExpandableParameterSet in de.jstacs.classifiers.performanceMeasures |
---|
Subclasses of ExpandableParameterSet in de.jstacs.classifiers.performanceMeasures | |
---|---|
class |
NumericalPerformanceMeasureParameterSet
This class implements a container for NumericalPerformanceMeasure s that can be used, for instance, in an repeated assessment,
(cf. |
class |
PerformanceMeasureParameterSet
This class implements a container of AbstractPerformanceMeasure s that can be used
in AbstractClassifier.evaluate(PerformanceMeasureParameterSet, boolean, de.jstacs.data.DataSet...) . |
Uses of ExpandableParameterSet in de.jstacs.data |
---|
Subclasses of ExpandableParameterSet in de.jstacs.data | |
---|---|
static class |
AlphabetContainerParameterSet.AlphabetArrayParameterSet
Class for the parameters of an array of Alphabet s of defined
length. |
static class |
AlphabetContainerParameterSet.SectionDefinedAlphabetParameterSet
Class for the parameter set of an array of Alphabet s where each
Alphabet may be used for one or more sections of positions. |
Uses of ExpandableParameterSet in de.jstacs.parameters |
---|
Subclasses of ExpandableParameterSet in de.jstacs.parameters | |
---|---|
class |
ArrayParameterSet
Class for a ParameterSet that consists of a length-Parameter
that defines the length of the array and an array of
ParameterSetContainer s of this length. |
Methods in de.jstacs.parameters that return ExpandableParameterSet | |
---|---|
ExpandableParameterSet |
ExpandableParameterSet.clone()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |