|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.operator.Operator
edu.udo.cs.yale.operator.preprocessing.PreprocessingOperator
edu.udo.cs.yale.operator.preprocessing.normalization.Normalization
public class Normalization
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.
| 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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Normalization(OperatorDescription description)
| Method Detail |
|---|
public Model createPreprocessingModel(ExampleSet exampleSet)
throws OperatorException
createPreprocessingModel in class PreprocessingOperatorOperatorExceptionpublic java.util.List<ParameterType> getParameterTypes()
getParameterTypes in class PreprocessingOperator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||