org.encog.neural.networks.logic
Class SOMLogic
java.lang.Object
org.encog.neural.networks.logic.FeedforwardLogic
org.encog.neural.networks.logic.SimpleRecurrentLogic
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOMLogic
public SOMLogic()
Copyright © 2011. All Rights Reserved.