org.neuroph.nnet.learning
Class HopfieldLearning
java.lang.Object
org.neuroph.core.learning.LearningRule
org.neuroph.nnet.learning.HopfieldLearning
- All Implemented Interfaces:
- Serializable
public class HopfieldLearning
- extends LearningRule
Learning algorithm for the Hopfield neural network.
- Author:
- Zoran Sevarac
- See Also:
- Serialized Form
Method Summary |
void |
learn(DataSet trainingSet)
Calculates weights for the hopfield net to learn the specified training
set |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HopfieldLearning
public HopfieldLearning()
- Creates new HopfieldLearning
learn
public void learn(DataSet trainingSet)
- Calculates weights for the hopfield net to learn the specified training
set
- Specified by:
learn
in class LearningRule
- Parameters:
trainingSet
- training set to learn
Copyright © 2012. All Rights Reserved.