org.encog.ml.factory.train
Class PNNTrainFactory

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

public class PNNTrainFactory
extends Object

A factory used to create PNN trainers.


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

Constructor Detail

PNNTrainFactory

public PNNTrainFactory()
Method Detail

create

public MLTrain create(MLMethod method,
                      MLDataSet training,
                      String args)
Create a PNN trainer.

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


Copyright © 2014. All Rights Reserved.