C# Class Encog.Neural.Networks.Training.Strategy.End.EndMaxErrorStrategy

A strategy that ends when a maximum error is reached.
Inheritance: IEndTrainingStrategy
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
EndMaxErrorStrategy ( double maxError ) : System

Construct a max error ending strategy.

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

Method Details

EndMaxErrorStrategy() public méthode

Construct a max error ending strategy.
public EndMaxErrorStrategy ( double maxError ) : System
maxError double The maximum error.
Résultat System

Init() public méthode

public Init ( ITrain train ) : void
train ITrain
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