Class PassingDataToELKI


  • public class PassingDataToELKI
    extends java.lang.Object
    Example program to generate a random data set, and run k-means on it.
    Since:
    0.7.0
    Author:
    Erich Schubert
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method
      • Methods inherited from class java.lang.Object

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

      • PassingDataToELKI

        public PassingDataToELKI()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main method
        Parameters:
        args - Command line parameters (not supported)