Uses of Interface
de.jstacs.parameters.Rangeable

Packages that use Rangeable
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. 
 

Uses of Rangeable in de.jstacs.classifier
 

Classes in de.jstacs.classifier that implement Rangeable
 class MeasureParameters
          This class holds the parameters for the evaluate-methods of a classifier.
 

Uses of Rangeable in de.jstacs.parameters
 

Classes in de.jstacs.parameters that implement Rangeable
 class CollectionParameter
          Class for a collection parameter, i.e. a parameter that provides some collection of possible values the user can choose from.
 class EnumParameter
          This class implements a CollectionParameter based on an Enum.
 class MultiSelectionCollectionParameter
          Class for a Parameter that provides a collection of possible values.
 class ParameterSetContainer
          Class for a ParameterSetContainer that contains a ParameterSet as value.
 class SimpleParameter
          Class for a "simple" parameter.