C# Класс Encog.MathUtil.Randomize.Distort

A randomizer that distorts what is already present in the neural network.
Наследование: BasicRandomizer
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Distort() публичный Метод

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

Randomize() публичный Метод

Distort the random number by the factor that was specified in the constructor.
public Randomize ( double d ) : double
d double The number to distort.
Результат double