Uses of Class
de.jstacs.parameters.ExpandableParameterSet

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.
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 ExpandableParameterSet in de.jstacs.classifiers.performanceMeasures
 

Subclasses of ExpandableParameterSet in de.jstacs.classifiers.performanceMeasures
 class AbstractPerformanceMeasureParameterSet<T extends PerformanceMeasure>
          This class implements a container of PerformanceMeasures that can be used in AbstractClassifier.evaluate(AbstractPerformanceMeasureParameterSet, boolean, de.jstacs.data.DataSet...).
 class NumericalPerformanceMeasureParameterSet
          This class implements a container for NumericalPerformanceMeasures that can be used, for instance, in an repeated assessment, (cf.
 class PerformanceMeasureParameterSet
          This class implements a container of AbstractPerformanceMeasures that can be used in AbstractClassifier.evaluate(AbstractPerformanceMeasureParameterSet, 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 Alphabets of defined length.
static class AlphabetContainerParameterSet.SectionDefinedAlphabetParameterSet
          Class for the parameter set of an array of Alphabets 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 ParameterSetContainers of this length.
 

Methods in de.jstacs.parameters that return ExpandableParameterSet
 ExpandableParameterSet ExpandableParameterSet.clone()