|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.networks.logic.FeedforwardLogic
org.encog.neural.networks.logic.SimpleRecurrentLogic
org.encog.neural.networks.logic.SOMLogic
public class SOMLogic
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.
| 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 |
|---|
public SOMLogic()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||