org.neuroph.nnet.learning
Class HopfieldLearning
- java.lang.Object
-
- org.neuroph.core.learning.LearningRule
-
- org.neuroph.nnet.learning.HopfieldLearning
-
- All Implemented Interfaces:
- java.io.Serializable
public class HopfieldLearning extends LearningRule
Learning algorithm for the Hopfield neural network.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description HopfieldLearning()Creates new HopfieldLearning
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidlearn(DataSet trainingSet)Calculates weights for the hopfield net to learn the specified training set-
Methods inherited from class org.neuroph.core.learning.LearningRule
addListener, getNeuralNetwork, getTrainingSet, isStopped, removeListener, setNeuralNetwork, setTrainingSet, stopLearning
-
-
-
-
Method Detail
-
learn
public void learn(DataSet trainingSet)
Calculates weights for the hopfield net to learn the specified training set- Specified by:
learnin classLearningRule- Parameters:
trainingSet- training set to learn
-
-
DMelt 3.0 © DataMelt by jWork.ORG