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

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

Méthodes publiques

Méthode 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 méthode

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

Init() public méthode

public Init ( IMLTrain train_0 ) : void
train_0 IMLTrain
Résultat void

PostIteration() public méthode

public PostIteration ( ) : void
Résultat void

PreIteration() public méthode

public PreIteration ( ) : void
Résultat void

ShouldStop() public méthode

public ShouldStop ( ) : bool
Résultat bool