|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
org.neuroph.core.NeuralNetwork
org.neuroph.nnet.Hopfield
public class Hopfield
Hopfield neural network. Notes: try to use [1, -1] activation levels, sgn as transfer function, or real numbers for activation
Constructor Summary | |
---|---|
Hopfield(int neuronsCount)
Creates new Hopfield network with specified neuron number |
|
Hopfield(int neuronsCount,
NeuronProperties neuronProperties)
Creates new Hopfield network with specified neuron number and neuron properties |
Method Summary |
---|
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Hopfield(int neuronsCount)
neuronsCount
- neurons number in Hopfied networkpublic Hopfield(int neuronsCount, NeuronProperties neuronProperties)
neuronsCount
- neurons number in Hopfied networkneuronProperties
- neuron properties
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |