| Package | Description |
|---|---|
| de.jstacs.classifiers.performanceMeasures |
This package provides the implementations of performance measures that can be used to assess any classifier.
|
| 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. |
| de.jstacs.utils |
This package contains a bundle of useful classes and interfaces like ...
|
| Modifier and Type | Method and Description |
|---|---|
static SelectionParameter |
AbstractPerformanceMeasure.getCollectionOfAllMeasures(int numClasses,
boolean numerical)
This method creates an instance of an
SelectionParameter that can be used to create
an instance of PerformanceMeasureParameterSet or NumericalPerformanceMeasureParameterSet. |
| Constructor and Description |
|---|
AbstractPerformanceMeasureParameterSet(int numClasses,
SelectionParameter selection,
T... measures)
This constructor creates an instance with a given template
selection that can be used for classifiers handling a given number of classes. |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumParameter
This class implements a
SelectionParameter based on an Enum. |
| Modifier and Type | Method and Description |
|---|---|
static <T> SelectionParameter |
SubclassFinder.getSelectionParameter(Class<? extends ParameterSet> clazz,
String startPackage,
String name,
String comment,
boolean required)
This method creates an
SelectionParameter that contains
InstanceParameterSet for each possible
class. |