org.encog.ml.factory.method
Class SOMFactory
java.lang.Object
org.encog.ml.factory.method.SOMFactory
public class SOMFactory
- extends Object
A factory that is used to produce self-organizing maps.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOMFactory
public SOMFactory()
create
public MLMethod create(String architecture,
int input,
int output)
- Create a SOM.
- Parameters:
architecture
- The architecture string.input
- The input count.output
- The output count.
- Returns:
- The newly created SOM.
Copyright © 2014. All Rights Reserved.