Class ELKILauncher


  • public final class ELKILauncher
    extends java.lang.Object
    Class to launch ELKI.
    Since:
    0.5.5
    Author:
    Erich Schubert
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ELKILauncher()
      Private constructor.
    • Method Summary

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

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

      • DEFAULT_APPLICATION

        public static final java.lang.Class<? extends AbstractApplication> DEFAULT_APPLICATION
        Application to run by default.
    • Constructor Detail

      • ELKILauncher

        private ELKILauncher()
        Private constructor. Static methods only.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Launch ELKI.
        Parameters:
        args - Command line arguments.