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

Create a trainer that uses the SOM cluster training method.
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
Create ( IMLMethod method, IMLDataSet training, String argsStr ) : IMLTrain

Create a cluster SOM trainer.

Method Details

Create() public method

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.
return IMLTrain