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, stopLearning
public void learn(DataSet trainingSet)
learn
in class LearningRule
trainingSet
- training set to learnCopyright © 2019 Neuroph Project. All rights reserved.