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

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

Méthodes publiques

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

Create a SCG trainer.

Method Details

Create() public méthode

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