|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.operator.preprocessing.normalization.AbstractNormalizationMethod
com.rapidminer.operator.preprocessing.normalization.RangeNormalizationMethod
public class RangeNormalizationMethod
This is the transformation method for transforming the data of an attribute into a certain interval.
Field Summary | |
---|---|
static java.lang.String |
PARAMETER_MAX
The parameter name for "The maximum value after normalization" |
static java.lang.String |
PARAMETER_MIN
The parameter name for "The minimum value after normalization" |
Constructor Summary | |
---|---|
RangeNormalizationMethod()
|
Method Summary | |
---|---|
java.lang.String |
getName()
This just returns the name of the method. |
AbstractNormalizationModel |
getNormalizationModel(ExampleSet exampleSet,
Operator operator)
This method will be called to build the normalization model from the given ExampleSet . |
java.util.List<ParameterType> |
getParameterTypes(ParameterHandler handler)
If this method needs additional parameter types, they can be returned here. |
java.util.Collection<AttributeMetaData> |
modifyAttributeMetaData(ExampleSetMetaData emd,
AttributeMetaData amd,
InputPort exampleSetInputPort,
ParameterHandler parameterHandler)
This modifies the meta data of the given attribute and returns a collection of all derived attributes. |
Methods inherited from class com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationMethod |
---|
init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PARAMETER_MIN
public static final java.lang.String PARAMETER_MAX
Constructor Detail |
---|
public RangeNormalizationMethod()
Method Detail |
---|
public java.util.Collection<AttributeMetaData> modifyAttributeMetaData(ExampleSetMetaData emd, AttributeMetaData amd, InputPort exampleSetInputPort, ParameterHandler parameterHandler) throws UndefinedParameterError
NormalizationMethod
parameterHandler
- TODO
UndefinedParameterError
public AbstractNormalizationModel getNormalizationModel(ExampleSet exampleSet, Operator operator) throws UserError
NormalizationMethod
ExampleSet
.
It will be called directly after init() is called.
operator
- TODO
UserError
public java.lang.String getName()
NormalizationMethod
public java.util.List<ParameterType> getParameterTypes(ParameterHandler handler)
NormalizationMethod
getParameterTypes
in interface NormalizationMethod
getParameterTypes
in class AbstractNormalizationMethod
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |