public class OutstarLearning extends UnsupervisedHebbianLearning
currentIteration, learningRate, stopConditionslisteners, neuralNetwork, trainingSet| Constructor and Description |
|---|
OutstarLearning()
Creates new instance of OutstarLearning algorithm
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
updateNeuronWeights(Neuron neuron)
This method implements weights update procedure for the single neuron
|
doLearningEpoch, updateNetworkWeightslearnPatternafterEpoch, beforeEpoch, doOneLearningIteration, getCurrentIteration, getLearningRate, getMaxIterations, hasReachedStopCondition, isIterationsLimited, isPausedLearning, learn, learn, onStart, pause, resume, setLearningRate, setMaxIterationsaddListener, fireLearningEvent, getNeuralNetwork, getTrainingSet, isStopped, onStop, removeListener, setNeuralNetwork, setTrainingSet, stopLearningpublic OutstarLearning()
protected void updateNeuronWeights(Neuron neuron)
updateNeuronWeights in class UnsupervisedHebbianLearningneuron - neuron to update weights forCopyright © 2019 Neuroph Project. All rights reserved.