Package elki
ELKI framework "Environment for Developing KDD-Applications Supported by
Index-Structures".
KDDTask
is the basic work-flow for unsupervised
knowledge discovery. It will setup a
DatabaseConnection
,
run an Algorithm
on it and
pass the result to a ResultHandler
.
-
Interface Summary Interface Description Algorithm Specifies the requirements for any algorithm that is to be executable by the main class. -
Class Summary Class Description Algorithm.Utils Shared functionalityKDDTask KDDTask encapsulates the common workflow of an unsupervised knowledge discovery task.KDDTask.Par Parameterization class.