C# 클래스 Encog.MathUtil.Randomize.Distort

A randomizer that distorts what is already present in the neural network.
상속: BasicRandomizer
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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