com.rapidminer.operator.preprocessing.normalization
Class AbstractNormalizationMethod

java.lang.Object
  extended by com.rapidminer.operator.preprocessing.normalization.AbstractNormalizationMethod
All Implemented Interfaces:
NormalizationMethod
Direct Known Subclasses:
IQRNormalizationMethod, ProportionNormalizationMethod, RangeNormalizationMethod, ZTransformationNormalizationMethod

public abstract class AbstractNormalizationMethod
extends java.lang.Object
implements NormalizationMethod

This is an abstract class for all normalization methods. It returns just an empty list of ParameterTypes and does not perform any init code.

Author:
Sebastian Land

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

AbstractNormalizationMethod

public AbstractNormalizationMethod()
Method Detail

init

public void init()
Description copied from interface: NormalizationMethod
This method can be used to clear all member types right before the normalization model is retrieved.

Specified by:
init in interface NormalizationMethod

getParameterTypes

public java.util.List<ParameterType> getParameterTypes(ParameterHandler handler)
Description copied from interface: NormalizationMethod
If this method needs additional parameter types, they can be returned here.

Specified by:
getParameterTypes in interface NormalizationMethod


Copyright © 2001-2009 by Rapid-I