org.encog.ml.factory.method
Class SOMFactory
- java.lang.Object
-
- org.encog.ml.factory.method.SOMFactory
-
public class SOMFactory extends java.lang.ObjectA factory that is used to produce self-organizing maps.
-
-
Constructor Summary
Constructors Constructor and Description SOMFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description MLMethodcreate(java.lang.String architecture, int input, int output)Create a SOM.
-
-
-
Method Detail
-
create
public MLMethod create(java.lang.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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG