edu.udo.cs.yale.operator.preprocessing.normalization
Class Normalization

java.lang.Object
  extended by edu.udo.cs.yale.operator.Operator
      extended by edu.udo.cs.yale.operator.preprocessing.PreprocessingOperator
          extended by edu.udo.cs.yale.operator.preprocessing.normalization.Normalization
All Implemented Interfaces:
ConfigurationListener

public class Normalization
extends PreprocessingOperator

This operator performs a normalization. This can be done between a user defined minimum and maximum value or by a z-transformation, i.e. on mean 0 and variance 1.

Version:
$Id: Normalization.java,v 1.2 2006/08/03 14:39:37 ingomierswa Exp $
Author:
Ingo Mierswa

Constructor Summary
Normalization(OperatorDescription description)
          Creates a new Normalization operator.
 
Method Summary
 Model createPreprocessingModel(ExampleSet exampleSet)
          Depending on the parameter value of "standardize" this method creates either a ZTransformationModel or a MinMaxNormalizationModel.
 java.util.List<ParameterType> getParameterTypes()
          Returns a list with all parameter types of this model.
 
Methods inherited from class edu.udo.cs.yale.operator.preprocessing.PreprocessingOperator
apply, getInputClasses, getOutputClasses
 
Methods inherited from class edu.udo.cs.yale.operator.Operator
addError, addValue, addWarning, apply, checkDeprecations, checkIO, checkProperties, clearErrorList, cloneOperator, createExperimentTree, createExperimentTree, createFromXML, createMarkedExperimentTree, delete, experimentFinished, experimentStarts, getAddOnlyAdditionalOutput, getApplyCount, getDeliveredOutputClasses, getDeprecationInfo, getDesiredInputClasses, getErrorList, getExperiment, getInnerOperatorsXML, getInput, getInput, getInput, getInputDescription, getIOContainerForInApplyLoopBreakpoint, getName, getNumberOfSteps, getOperatorClassName, getOperatorDescription, getParameter, getParameterAsBoolean, getParameterAsColor, getParameterAsDouble, getParameterAsFile, getParameterAsInt, getParameterAsString, getParameterList, getParameters, getParameterType, getParent, getStartTime, getStatus, getUserDescription, getValue, getValues, getXML, hasBreakpoint, hasBreakpoint, hasInput, inApplyLoop, isEnabled, isParameterSet, logMessage, performAdditionalChecks, register, remove, rename, resume, setBreakpoint, setEnabled, setExperiment, setInput, setListParameter, setOperatorParameters, setParameter, setParameters, setParent, setUserDescription, toString, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Normalization

public Normalization(OperatorDescription description)
Creates a new Normalization operator.

Method Detail

createPreprocessingModel

public Model createPreprocessingModel(ExampleSet exampleSet)
                               throws OperatorException
Depending on the parameter value of "standardize" this method creates either a ZTransformationModel or a MinMaxNormalizationModel.

Specified by:
createPreprocessingModel in class PreprocessingOperator
Throws:
OperatorException


getParameterTypes

public java.util.List<ParameterType> getParameterTypes()
Returns a list with all parameter types of this model.

Overrides:
getParameterTypes in class PreprocessingOperator



Copyright © 2001-2006