|
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.BAM
public class BAM
Bidirectional Associative Memory
Constructor Summary | |
---|---|
BAM(int inputNeuronsCount,
int outputNeuronsCount)
Creates an instance of BAM network with specified number of neurons in input and output layers. |
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 BAM(int inputNeuronsCount, int outputNeuronsCount)
inputNeuronsCount
- number of neurons in input layeroutputNeuronsCount
- number of neurons in output layer
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |