Package com.rapidminer.parameter

This package contains classes for handling of operator parameters and specifiying parameter types.

See:
          Description

Interface Summary
ParameterHandler This interface defines that instance are able to handle parameters.
 

Class Summary
Parameters This class is a collection of the parameter values of a single operator.
ParameterType A ParameterType holds information about type, range, and default value of a parameter.
ParameterTypeAttributeFile A parameter type for parameters which stands for attribute description files (RapidMiner XML descriptions).
ParameterTypeBoolean A parameter type for boolean parameters.
ParameterTypeCategory A parameter type for categories.
ParameterTypeColor A parameter type for colors.
ParameterTypeConfiguration This parameter type will lead to a GUI element which can be used as initialization for a sort of operator configuration wizard.
ParameterTypeDirectory A parameter type for directories.
ParameterTypeDouble A parameter type for double values.
ParameterTypeFile A parameter type for files.
ParameterTypeInnerOperator Helper class for GUI purposes.
ParameterTypeInt A parameter type for integer values.
ParameterTypeList A parameter type for parameter lists.
ParameterTypeMatrix A parameter type for parameter matrices.
ParameterTypeNumber An abstract superclass for all numerical parameter types.
ParameterTypeParameterValue Helper class for GUI purposes.
ParameterTypePassword A parameter for passwords.
ParameterTypePreview This parameter type will lead to a GUI element which can be used as initialization for a results preview.
ParameterTypeSingle An abstract superclass for single, i.e. non-list, parameters.
ParameterTypeString A parameter type for String values.
ParameterTypeStringCategory A parameter type for categories.
ParameterTypeText A parameter type for longer texts.
ParameterTypeValue A helper class for GUI purposes which allows for more sophisticated and automatic parameter creations.
 

Enum Summary
TextType The possible text types for the ParameterTypeText type.
 

Exception Summary
UndefinedParameterError This exception will be thrown if a non-optional parameter has no default value and was not defined by the user.
 

Package com.rapidminer.parameter Description

This package contains classes for handling of operator parameters and specifiying parameter types.



Copyright © 2001-2009 by Rapid-I