Documentation of 'org.encog.mathutil.randomize.Distort' Java class
Distort
org.encog.mathutil.randomize

Class Distort

  • All Implemented Interfaces:
    Randomizer


    public class Distort
    extends BasicRandomizer
    A randomizer that distorts what is already present in the neural network.
    • Constructor Detail

      • Distort

        public Distort(double factor)
        Construct a distort randomizer for the specified factor.
        Parameters:
        factor - The randomizer factor.
    • Method Detail

      • randomize

        public double randomize(double d)
        Distort the random number by the factor that was specified in the constructor.
        Parameters:
        d - The number to distort.
        Returns:
        The result.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.