|
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.learning.LearningRule
org.neuroph.nnet.learning.HopfieldLearning
public class HopfieldLearning
The HopfieldLearning class implements learning algorithm for the Hopfield neural network.
Field Summary | |
---|---|
private static long |
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class. |
Fields inherited from class org.neuroph.core.learning.LearningRule |
---|
neuralNetwork |
Constructor Summary | |
---|---|
HopfieldLearning(NeuralNetwork neuralNetwork)
Creates new HopfieldLearning for the specified neural network |
Method Summary | |
---|---|
void |
learn(TrainingSet trainingSet)
Calculates weights for the hopfield net to learn the specified training set |
Methods inherited from class org.neuroph.core.learning.LearningRule |
---|
getTrainingSet, isStopped, notifyChange, run, setTrainingSet, stopLearning |
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, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public HopfieldLearning(NeuralNetwork neuralNetwork)
neuralNetwork
- Method Detail |
---|
public void learn(TrainingSet trainingSet)
learn
in class LearningRule
trainingSet
- training set to learn
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |