Class NormalizeByStdTransform
- java.lang.Object
-
- ai.libs.jaicore.basic.transform.vector.NormalizeByStdTransform
-
- All Implemented Interfaces:
ITransformation<double[]>,IVectorTransform
public class NormalizeByStdTransform extends java.lang.Object implements IVectorTransform
-
-
Constructor Summary
Constructors Constructor Description NormalizeByStdTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]transform(double[] input)
-
-
-
Method Detail
-
transform
public double[] transform(double[] input)
- Specified by:
transformin interfaceITransformation<double[]>
-
-