Class NormalizeByStdTransform

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double[] transform​(double[] input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NormalizeByStdTransform

        public NormalizeByStdTransform()
    • Method Detail

      • transform

        public double[] transform​(double[] input)
        Specified by:
        transform in interface ITransformation<double[]>