C# Class Encog.ML.Train.Strategy.End.EndMaxErrorStrategy

End training once the error falls below a specified level.
Inheritance: IEndTrainingStrategy
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
EndMaxErrorStrategy ( double maxError )

Construct the object, specify the max error.

Init ( IMLTrain train_0 ) : void

PostIteration ( ) : void

PreIteration ( ) : void

ShouldStop ( ) : bool

Method Details

EndMaxErrorStrategy() public method

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

Init() public method

public Init ( IMLTrain train_0 ) : void
train_0 IMLTrain
return void

PostIteration() public method

public PostIteration ( ) : void
return void

PreIteration() public method

public PreIteration ( ) : void
return void

ShouldStop() public method

public ShouldStop ( ) : bool
return bool