public class org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.ml.neuralnet.Network net;
    descriptor: Lorg/apache/commons/math3/ml/neuralnet/Network;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Iterator<double[]> featuresIterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<[D>;

  private final org.apache.commons.math3.ml.neuralnet.sofm.KohonenUpdateAction updateAction;
    descriptor: Lorg/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.commons.math3.ml.neuralnet.Network, java.util.Iterator<double[]>, org.apache.commons.math3.ml.neuralnet.sofm.KohonenUpdateAction);
    descriptor: (Lorg/apache/commons/math3/ml/neuralnet/Network;Ljava/util/Iterator;Lorg/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask this
        start local 1 // org.apache.commons.math3.ml.neuralnet.Network net
        start local 2 // java.util.Iterator featuresIterator
        start local 3 // org.apache.commons.math3.ml.neuralnet.sofm.KohonenUpdateAction updateAction
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* net */
            putfield org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask.net:Lorg/apache/commons/math3/ml/neuralnet/Network;
         2: .line 47
            aload 0 /* this */
            aload 2 /* featuresIterator */
            putfield org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask.featuresIterator:Ljava/util/Iterator;
         3: .line 48
            aload 0 /* this */
            aload 3 /* updateAction */
            putfield org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask.updateAction:Lorg/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction;
         4: .line 49
            return
        end local 3 // org.apache.commons.math3.ml.neuralnet.sofm.KohonenUpdateAction updateAction
        end local 2 // java.util.Iterator featuresIterator
        end local 1 // org.apache.commons.math3.ml.neuralnet.Network net
        end local 0 // org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/apache/commons/math3/ml/neuralnet/sofm/KohonenTrainingTask;
            0    5     1               net  Lorg/apache/commons/math3/ml/neuralnet/Network;
            0    5     2  featuresIterator  Ljava/util/Iterator<[D>;
            0    5     3      updateAction  Lorg/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction;
    Signature: (Lorg/apache/commons/math3/ml/neuralnet/Network;Ljava/util/Iterator<[D>;Lorg/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction;)V
    MethodParameters:
                  Name  Flags
      net               
      featuresIterator  
      updateAction      

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask this
         0: .line 55
            goto 2
         1: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask.updateAction:Lorg/apache/commons/math3/ml/neuralnet/sofm/KohonenUpdateAction;
            aload 0 /* this */
            getfield org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask.net:Lorg/apache/commons/math3/ml/neuralnet/Network;
            aload 0 /* this */
            getfield org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask.featuresIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast double[]
            invokevirtual org.apache.commons.math3.ml.neuralnet.sofm.KohonenUpdateAction.update:(Lorg/apache/commons/math3/ml/neuralnet/Network;[D)V
         2: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask.featuresIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         3: .line 58
            return
        end local 0 // org.apache.commons.math3.ml.neuralnet.sofm.KohonenTrainingTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/ml/neuralnet/sofm/KohonenTrainingTask;
}
SourceFile: "KohonenTrainingTask.java"