Package | Description |
---|---|
de.lmu.ifi.dbs.elki |
ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures"
KDDTask is the main class of the ELKI-Framework
for command-line interaction. |
de.lmu.ifi.dbs.elki.application |
Base classes for stand alone applications.
|
Modifier and Type | Method and Description |
---|---|
protected KDDTask |
KDDTask.Parameterizer.makeInstance() |
Modifier and Type | Field and Description |
---|---|
(package private) KDDTask |
KDDCLIApplication.task
The KDD Task to perform.
|
protected KDDTask |
KDDCLIApplication.Parameterizer.task
The KDD Task to perform.
|
Constructor and Description |
---|
KDDCLIApplication(KDDTask task)
Constructor.
|