Package elki.application
Class ELKILauncher
- java.lang.Object
-
- elki.application.ELKILauncher
-
public final class ELKILauncher extends java.lang.Object
Class to launch ELKI.- Since:
- 0.5.5
- Author:
- Erich Schubert
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class<? extends AbstractApplication>
DEFAULT_APPLICATION
Application to run by default.
-
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.
-
-
-
Field Detail
-
DEFAULT_APPLICATION
public static final java.lang.Class<? extends AbstractApplication> DEFAULT_APPLICATION
Application to run by default.
-
-