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

Class RangeNormalizer

  • All Implemented Interfaces:
    Normalizer


    public class RangeNormalizer
    extends java.lang.Object
    implements Normalizer
    This class does normalization of a data set to specified range
    • Constructor Summary

      Constructors 
      Constructor and Description
      RangeNormalizer(double lowLimit, double highLimit) 
    • 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

      • RangeNormalizer

        public RangeNormalizer(double lowLimit,
                               double highLimit)
    • 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.