C# 클래스 Encog.ML.Train.Strategy.End.EndMaxErrorStrategy

End training once the error falls below a specified level.
상속: IEndTrainingStrategy
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
EndMaxErrorStrategy ( double maxError )

Construct the object, specify the max error.

Init ( IMLTrain train_0 ) : void

PostIteration ( ) : void

PreIteration ( ) : void

ShouldStop ( ) : bool

메소드 상세

EndMaxErrorStrategy() 공개 메소드

Construct the object, specify the max error.
public EndMaxErrorStrategy ( double maxError )
maxError double The max error.

Init() 공개 메소드

public Init ( IMLTrain train_0 ) : void
train_0 IMLTrain
리턴 void

PostIteration() 공개 메소드

public PostIteration ( ) : void
리턴 void

PreIteration() 공개 메소드

public PreIteration ( ) : void
리턴 void

ShouldStop() 공개 메소드

public ShouldStop ( ) : bool
리턴 bool