| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmulan.classifier.neural.NormalizationFilter
public class NormalizationFilter
Performs a normalization of numeric attributes of the data set.
 It is initialized based on given MultiLabelInstances data set and then can 
 be used to normalize Instance instances which conform to the format of the 
 data set the NormalizationFilter was initialized from.
| Constructor Summary | |
|---|---|
| NormalizationFilter(MultiLabelInstances mlData,
                    boolean performNormalization)Creates a new instance of NormalizationFilterclass for given data set. | |
| NormalizationFilter(MultiLabelInstances mlData,
                    boolean performNormalization,
                    double minValue,
                    double maxValue)Creates a new instance of NormalizationFilterclass for given data set. | |
| Method Summary | |
|---|---|
|  void | normalize(Instance instance)Performs a normalization of numerical attributes on given instance. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NormalizationFilter(MultiLabelInstances mlData,
                           boolean performNormalization,
                           double minValue,
                           double maxValue)
NormalizationFilter class for given data set.
mlData - the MultiLabelInstances data set from which normalizer
 should be initialized.performNormalization - indicates whether normalization of instances contained
 in the data set used for initialization should be performedminValue - the minimum value of the normalization range for numerical attributesmaxValue - the maximum value of the normalization range for numerical attributes
public NormalizationFilter(MultiLabelInstances mlData,
                           boolean performNormalization)
NormalizationFilter class for given data set.
 The normalizer will be initialized to perform normalization to the default
 range <-1,1>.
mlData - the MultiLabelInstances data set from which normalizer
 should be initialized.performNormalization - indicates whether normalization of instances contained
 in the data set used for initialization should be performed| Method Detail | 
|---|
public void normalize(Instance instance)
NormalizationFilter
 was initialized with.
instance - the instance to be normalized| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||