Documentation of 'org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask' Java class
KohonenTrainingTask
org.apache.commons.math3.ml.neuralnet.sofm

Class KohonenTrainingTask

  • All Implemented Interfaces:
    java.lang.Runnable


    public class KohonenTrainingTask
    extends java.lang.Object
    implements java.lang.Runnable
    Trainer for Kohonen's Self-Organizing Map.
    Since:
    3.3
    • Constructor Summary

      Constructors 
      Constructor and Description
      KohonenTrainingTask(Network net, java.util.Iterator<double[]> featuresIterator, KohonenUpdateAction updateAction)
      Creates a (sequential) trainer for the given network.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void run()
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KohonenTrainingTask

        public KohonenTrainingTask(Network net,
                                   java.util.Iterator<double[]> featuresIterator,
                                   KohonenUpdateAction updateAction)
        Creates a (sequential) trainer for the given network.
        Parameters:
        net - Network to be trained with the SOFM algorithm.
        featuresIterator - Training data iterator.
        updateAction - SOFM update procedure.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.