org.encog.ml.factory.method
Class SOMFactory

java.lang.Object
  extended by org.encog.ml.factory.method.SOMFactory

public class SOMFactory
extends Object

A factory that is used to produce self-organizing maps.


Constructor Summary
SOMFactory()
           
 
Method Summary
 MLMethod create(String architecture, int input, int output)
          Create a SOM.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOMFactory

public SOMFactory()
Method Detail

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.