C# Class Encog.MathUtil.Randomize.Distort

A randomizer that distorts what is already present in the neural network.
Inheritance: BasicRandomizer
Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Distort ( double f )

Construct a distort randomizer for the specified factor.

Randomize ( double d ) : double

Distort the random number by the factor that was specified in the constructor.

Method Details

Distort() public method

Construct a distort randomizer for the specified factor.
public Distort ( double f )
f double The randomizer factor.

Randomize() public method

Distort the random number by the factor that was specified in the constructor.
public Randomize ( double d ) : double
d double The number to distort.
return double