org.neuroph.nnet.learning
Class KohonenLearning
java.lang.Object
java.util.Observable
org.neuroph.core.learning.LearningRule
org.neuroph.nnet.learning.KohonenLearning
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Runnable
public class KohonenLearning
- extends LearningRule
Learning algorithm for Kohonen network.
- Author:
- Zoran Sevarac
- See Also:
- Serialized Form
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KohonenLearning
public KohonenLearning(Kohonen nnet)
learn
public void learn(TrainingSet trainingSet)
- Description copied from class:
LearningRule
- Override this method to implement specific learning procedures
- Specified by:
learn
in class LearningRule
- Parameters:
trainingSet
- training set
getLearningRate
public double getLearningRate()
setLearningRate
public void setLearningRate(double learningRate)
setIterations
public void setIterations(int Iphase,
int IIphase)
getIteration
public java.lang.Integer getIteration()
getMapSize
public int getMapSize()