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

A factory to create genetic algorithm trainers.
Show file Open project: encog/encog-silverlight-core

Public Methods

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

Create an annealing trainer.

Method Details

Create() public method

Create an annealing 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