C# 클래스 Encog.Neural.Networks.Training.Strategy.End.EndMaxErrorStrategy

A strategy that ends when a maximum error is reached.
상속: IEndTrainingStrategy
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
EndMaxErrorStrategy ( double maxError ) : System

Construct a max error ending strategy.

Init ( ITrain train ) : void
PostIteration ( ) : void
PreIteration ( ) : void
ShouldStop ( ) : bool

메소드 상세

EndMaxErrorStrategy() 공개 메소드

Construct a max error ending strategy.
public EndMaxErrorStrategy ( double maxError ) : System
maxError double The maximum error.
리턴 System

Init() 공개 메소드

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

PostIteration() 공개 메소드

public PostIteration ( ) : void
리턴 void

PreIteration() 공개 메소드

public PreIteration ( ) : void
리턴 void

ShouldStop() 공개 메소드

public ShouldStop ( ) : bool
리턴 bool