|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.operator.preprocessing.normalization.AbstractNormalizationMethod
public abstract class AbstractNormalizationMethod
This is an abstract class for all normalization methods. It returns
just an empty list of ParameterType
s and does not perform any init code.
Constructor Summary | |
---|---|
AbstractNormalizationMethod()
|
Method Summary | |
---|---|
java.util.List<ParameterType> |
getParameterTypes(ParameterHandler handler)
If this method needs additional parameter types, they can be returned here. |
void |
init()
This method can be used to clear all member types right before the normalization model is retrieved. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.rapidminer.operator.preprocessing.normalization.NormalizationMethod |
---|
getName, getNormalizationModel, modifyAttributeMetaData |
Constructor Detail |
---|
public AbstractNormalizationMethod()
Method Detail |
---|
public void init()
NormalizationMethod
init
in interface NormalizationMethod
public java.util.List<ParameterType> getParameterTypes(ParameterHandler handler)
NormalizationMethod
getParameterTypes
in interface NormalizationMethod
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |