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, stopLearning
public void learn(DataSet trainingSet)
LearningRule
learn
in class LearningRule
trainingSet
- 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)
LearningRule
setNeuralNetwork
in class LearningRule
neuralNetwork
- neural network for this learning ruleCopyright © 2019 Neuroph Project. All rights reserved.