|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionParameter | |
|---|---|
| de.jstacs.classifier | This package provides the framework for 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 ... |
| Uses of CollectionParameter in de.jstacs.classifier |
|---|
| Subclasses of CollectionParameter in de.jstacs.classifier | |
|---|---|
class |
MeasureParameters
This class holds the parameters for the evaluate-methods of a
classifier. |
| Uses of CollectionParameter in de.jstacs.parameters |
|---|
| Subclasses of CollectionParameter in de.jstacs.parameters | |
|---|---|
class |
EnumParameter
This class implements a CollectionParameter based on an Enum. |
class |
MultiSelectionCollectionParameter
Class for a Parameter that provides a collection of possible values. |
| Methods in de.jstacs.parameters that return CollectionParameter | |
|---|---|
CollectionParameter |
CollectionParameter.clone()
|
static CollectionParameter |
RangeParameter.getCollectionOfScales()
Returns a CollectionParameter that allows the user to choose
between different scales. |
| Uses of CollectionParameter in de.jstacs.utils |
|---|
| Methods in de.jstacs.utils that return CollectionParameter | ||
|---|---|---|
static
|
SubclassFinder.getCollection(Class<T> clazz,
String startPackage,
String name,
String comment,
boolean required)
This method creates an CollectionParameter that contains
InstanceParameterSet for each possible
class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||