org.encog.ml.factory.train
Class TrainBayesianFactory

java.lang.Object
  extended by org.encog.ml.factory.train.TrainBayesianFactory

public class TrainBayesianFactory
extends Object


Constructor Summary
TrainBayesianFactory()
           
 
Method Summary
 MLTrain create(MLMethod method, MLDataSet training, String argsStr)
          Create a K2 trainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainBayesianFactory

public TrainBayesianFactory()
Method Detail

create

public MLTrain create(MLMethod method,
                      MLDataSet training,
                      String argsStr)
Create a K2 trainer.

Parameters:
method - The method to use.
training - The training data to use.
argsStr - The arguments to use.
Returns:
The newly created trainer.


Copyright © 2014. All Rights Reserved.