Documentation of 'org.neuroph.util.data.norm.ZeroMeanNormalizer' Java class
ZeroMeanNormalizer
org.neuroph.util.data.norm

Class ZeroMeanNormalizer

  • All Implemented Interfaces:
    Normalizer


    public class ZeroMeanNormalizer
    extends java.lang.Object
    implements Normalizer
    Normalizes data sets by shifting all values in such way that data set has mean of 0 and std deviation of 1
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void normalize(DataSet dataSet)
      Normalize specified data set
      • Methods inherited from class java.lang.Object

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

      • ZeroMeanNormalizer

        public ZeroMeanNormalizer()
    • Method Detail

      • normalize

        public void normalize(DataSet dataSet)
        Description copied from interface: Normalizer
        Normalize specified data set
        Specified by:
        normalize in interface Normalizer
        Parameters:
        dataSet - data set to normalize

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.