KDDTask
is the main class of the ELKI-Framework
for command-line interaction.See: Description
Class | Description |
---|---|
KDDTask |
Provides a KDDTask that can be used to perform any algorithm implementing
Algorithm using any DatabaseConnection implementing
DatabaseConnection . |
KDDTask.Parameterizer |
Parameterization class.
|
ELKI framework "Environment for Developing KDD-Applications Supported by Index-Structures"
KDDTask
is the main class of the ELKI-Framework
for command-line interaction. It will setup a
DatabaseConnection
,
run an Algorithm
on it and pass the
result to a ResultHandler
.