public class KohonenLearning extends LearningRule
listeners, neuralNetwork, trainingSet| Constructor and Description |
|---|
KohonenLearning() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIteration() |
double |
getLearningRate() |
int |
getMapSize() |
void |
learn(DataSet trainingSet)
Override this method to implement specific learning procedures
|
void |
setIterations(int Iphase,
int IIphase) |
void |
setLearningRate(double learningRate) |
void |
setNeuralNetwork(NeuralNetwork neuralNetwork)
Sets neural network for this learning rule
|
addListener, fireLearningEvent, getNeuralNetwork, getTrainingSet, isStopped, onStart, onStop, removeListener, setTrainingSet, stopLearningpublic void learn(DataSet trainingSet)
LearningRulelearn in class LearningRuletrainingSet - training setpublic double getLearningRate()
public void setLearningRate(double learningRate)
public void setIterations(int Iphase,
int IIphase)
public int getIteration()
public int getMapSize()
public void setNeuralNetwork(NeuralNetwork neuralNetwork)
LearningRulesetNeuralNetwork in class LearningRuleneuralNetwork - neural network for this learning ruleCopyright © 2019 Neuroph Project. All rights reserved.