C# Class Encog.ML.Factory.Train.BackPropFactory

Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
Create ( IMLMethod method, IMLDataSet training, String argsStr ) : IMLTrain

Create a backpropagation trainer.

Method Details

Create() public méthode

Create a backpropagation trainer.
public Create ( IMLMethod method, IMLDataSet training, String argsStr ) : IMLTrain
method IMLMethod The method to use.
training IMLDataSet The training data to use.
argsStr String The arguments to use.
Résultat IMLTrain