C# 클래스 Encog.ML.Train.Strategy.StopTrainingStrategy

상속: IStrategy, IEndTrainingStrategy
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Init ( IMLTrain train ) : void

PostIteration ( ) : void

PreIteration ( ) : void

ShouldStop ( ) : bool

StopTrainingStrategy ( ) : System

Construct the strategy with default options.

StopTrainingStrategy ( double minImprovement, int toleratedCycles ) : System

Construct the strategy with the specified parameters.

메소드 상세

Init() 공개 메소드

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

PostIteration() 공개 메소드

public PostIteration ( ) : void
리턴 void

PreIteration() 공개 메소드

public PreIteration ( ) : void
리턴 void

ShouldStop() 공개 메소드

public ShouldStop ( ) : bool
리턴 bool

StopTrainingStrategy() 공개 메소드

Construct the strategy with default options.
public StopTrainingStrategy ( ) : System
리턴 System

StopTrainingStrategy() 공개 메소드

Construct the strategy with the specified parameters.
public StopTrainingStrategy ( double minImprovement, int toleratedCycles ) : System
minImprovement double The minimum accepted improvement.
toleratedCycles int The number of cycles to tolerate before stopping.
리턴 System