C# Class Encog.ML.Train.Strategy.StopTrainingStrategy

Inheritance: IStrategy, IEndTrainingStrategy
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Init() public méthode

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

StopTrainingStrategy() public méthode

Construct the strategy with default options.
public StopTrainingStrategy ( ) : System
Résultat System

StopTrainingStrategy() public méthode

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.
Résultat System