| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
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...). |
| Modifier and Type | Class and Description |
|---|---|
static class |
AlphabetContainerParameterSet.AlphabetArrayParameterSet
Class for the parameters of an array of
Alphabets of defined
length. |
static class |
AlphabetContainerParameterSet.SectionDefinedAlphabetParameterSet
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
ExpandableParameterSet |
ExpandableParameterSet.clone() |