Package | Description |
---|---|
de.lmu.ifi.dbs.elki.database |
ELKI database layer - loading, storing, indexing and accessing data
|
de.lmu.ifi.dbs.elki.result |
Result types, representation and handling
|
de.lmu.ifi.dbs.elki.workflow |
Work flow packages, e.g. following the usual KDD model, closely related to CRISP-DM
|
Modifier and Type | Field and Description |
---|---|
private List<ResultListener> |
DatabaseEventManager.resultListenerList
Holds the listeners for result changes.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseEventManager.addListener(ResultListener l)
Adds a
ResultListener to be notified on new results. |
void |
DatabaseEventManager.removeListener(ResultListener l)
Removes a
ResultListener previously added with
DatabaseEventManager.addListener(ResultListener) . |
Modifier and Type | Field and Description |
---|---|
private ArrayList<ResultListener> |
ResultHierarchy.listenerList
Holds the listener.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultHierarchy.addResultListener(ResultListener listener)
Register a result listener.
|
void |
ResultHierarchy.removeResultListener(ResultListener listener)
Remove a result listener.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationStep.Evaluation
Class to handle running the evaluators on a database instance.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.