Documentation of 'org.neuroph.nnet.learning.KohonenLearning' Java class
KohonenLearning
org.neuroph.nnet.learning

Class KohonenLearning

  • All Implemented Interfaces:
    java.io.Serializable


    public class KohonenLearning
    extends LearningRule
    Learning algorithm for Kohonen network.
    See Also:
    Serialized Form
    • Constructor Detail

      • KohonenLearning

        public KohonenLearning()
    • Method Detail

      • learn

        public void learn(DataSet 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 int getIteration()
      • getMapSize

        public int getMapSize()
      • setNeuralNetwork

        public void setNeuralNetwork(NeuralNetwork neuralNetwork)
        Description copied from class: LearningRule
        Sets neural network for this learning rule
        Overrides:
        setNeuralNetwork in class LearningRule
        Parameters:
        neuralNetwork - neural network for this learning rule

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.