Documentation of 'org.neuroph.util.random.RangeRandomizer' Java class
RangeRandomizer
org.neuroph.util.random

Class RangeRandomizer

  • Direct Known Subclasses:
    NguyenWidrowRandomizer


    public class RangeRandomizer
    extends WeightsRandomizer
    This class provides ranged weights randomizer, which randomize weights in specified [min, max] range.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RangeRandomizer(double min, double max)
      Creates a new instance of RangeRandomizer within specified .
      RangeRandomizer(double min, double max, java.util.Random randomGen) 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RangeRandomizer

        public RangeRandomizer(double min,
                               double max)
        Creates a new instance of RangeRandomizer within specified . The random values are generated according to formula: newValue = min + random * (max - min)
        Parameters:
        min - min weight value
        max - max weight value
      • RangeRandomizer

        public RangeRandomizer(double min,
                               double max,
                               java.util.Random randomGen)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.