Package tests.MSOM

Class SOM_sequential

java.lang.Object
tests.MSOM.SOM_sequential

public class SOM_sequential extends Object
Sequential version of the MSOM implementation. Used to calculate the Tseq
  • Field Details

    • depth

      static int depth
    • width

      static int width
    • height

      static int height
    • som

      static double[][][] som
  • Constructor Details

    • SOM_sequential

      public SOM_sequential()
  • Method Details

    • searchAndLearn

      static void searchAndLearn(ArrayList<Double> line)
    • randomize

      static void randomize()
    • main

      public static void main(String[] args)