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

Create a trainer that uses the SOM cluster training method.
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 cluster SOM trainer.

Method Details

Create() public méthode

Create a cluster SOM 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