Documentation of 'org.encog.ml.factory.method.SOMFactory' Java class
SOMFactory
org.encog.ml.factory.method

Class SOMFactory



  • public class SOMFactory
    extends java.lang.Object
    A 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
      MLMethod create(java.lang.String architecture, int input, int output)
      Create a SOM.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SOMFactory

        public SOMFactory()
    • 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

You see the box below because you did not login.