org.encog.ml.factory.train
Class ClusterSOMFactory
java.lang.Object
org.encog.ml.factory.train.ClusterSOMFactory
public class ClusterSOMFactory
- extends Object
Create a trainer that uses the SOM cluster training method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterSOMFactory
public ClusterSOMFactory()
create
public final MLTrain create(MLMethod method,
MLDataSet training,
String argsStr)
- Create a cluster SOM trainer.
- Parameters:
method - The method to use.training - The training data to use.argsStr - The arguments to use.
- Returns:
- The newly created trainer.
Copyright © 2012. All Rights Reserved.