C# Class Encog.MathUtil.Randomize.Distort

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

Méthodes publiques

Méthode 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 méthode

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

Randomize() public méthode

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