Class Normalization
- java.lang.Object
-
- ai.libs.jaicore.ml.weka.classification.pipeline.featurepreprocess.Normalization
-
- All Implemented Interfaces:
FeaturePreprocessor,java.io.Serializable
public class Normalization extends java.lang.Object implements FeaturePreprocessor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Normalization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description weka.core.Instanceapply(weka.core.Instance data)weka.core.Instancesapply(weka.core.Instances data)booleanisPrepared()voidprepare(weka.core.Instances data)
-
-
-
Method Detail
-
prepare
public void prepare(weka.core.Instances data) throws PreprocessingException- Specified by:
preparein interfaceFeaturePreprocessor- Throws:
PreprocessingException
-
apply
public weka.core.Instance apply(weka.core.Instance data) throws PreprocessingException- Specified by:
applyin interfaceFeaturePreprocessor- Throws:
PreprocessingException
-
apply
public weka.core.Instances apply(weka.core.Instances data) throws PreprocessingException- Specified by:
applyin interfaceFeaturePreprocessor- Throws:
PreprocessingException
-
isPrepared
public boolean isPrepared()
- Specified by:
isPreparedin interfaceFeaturePreprocessor
-
-