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

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

Méthodes publiques

Méthode Description
EndIterationsStrategy ( int maxIterations )

Construct the object, specify the max number of iterations.

Init ( IMLTrain train_0 ) : void

PostIteration ( ) : void

PreIteration ( ) : void

ShouldStop ( ) : bool

Method Details

EndIterationsStrategy() public méthode

Construct the object, specify the max number of iterations.
public EndIterationsStrategy ( int maxIterations )
maxIterations int The number of iterations.

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