public class ELKILauncher extends Object
Modifier and Type | Field and Description |
---|---|
static Class<? extends AbstractApplication> |
DEFAULT_APPLICATION
Application to run by default.
|
Constructor and Description |
---|
ELKILauncher() |
Modifier and Type | Method and Description |
---|---|
private static Class<?> |
findMainClass(String name)
Find a class for the given name.
|
static void |
main(String[] args)
Launch ELKI.
|
public static final Class<? extends AbstractApplication> DEFAULT_APPLICATION
public static void main(String[] args)
args
- Command line arguments.private static Class<?> findMainClass(String name) throws ClassNotFoundException
name
- Class nameClassNotFoundException