public class HopfieldLearning extends LearningRule
listeners, neuralNetwork, trainingSet| Constructor and Description |
|---|
HopfieldLearning()
Creates new HopfieldLearning
|
| Modifier and Type | Method and Description |
|---|---|
void |
learn(DataSet trainingSet)
Calculates weights for the hopfield net to learn the specified training
set
|
addListener, fireLearningEvent, getNeuralNetwork, getTrainingSet, isStopped, onStart, onStop, removeListener, setNeuralNetwork, setTrainingSet, stopLearningpublic void learn(DataSet trainingSet)
learn in class LearningRuletrainingSet - training set to learnCopyright © 2019 Neuroph Project. All rights reserved.