org.encog.neural.networks.logic
Class SOMLogic

java.lang.Object
  extended by org.encog.neural.networks.logic.FeedforwardLogic
      extended by org.encog.neural.networks.logic.SimpleRecurrentLogic
          extended by org.encog.neural.networks.logic.SOMLogic
All Implemented Interfaces:
Serializable, NeuralLogic

public class SOMLogic
extends SimpleRecurrentLogic

Not really any different than the simple recurrent logic, but leaves for Encog SOM logic to be expanded in the future, and allows SOM specific trainers to exclude this logic type.

Author:
jeff
See Also:
Serialized Form

Constructor Summary
SOMLogic()
           
 
Method Summary
 
Methods inherited from class org.encog.neural.networks.logic.SimpleRecurrentLogic
preprocessLayer
 
Methods inherited from class org.encog.neural.networks.logic.FeedforwardLogic
compute, getNetwork, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOMLogic

public SOMLogic()


Copyright © 2011. All Rights Reserved.