Package | Description |
---|---|
de.lmu.ifi.dbs.elki.visualization |
Visualization package of ELKI.
|
Modifier and Type | Method and Description |
---|---|
static <A extends Result,B extends VisualizationItem> |
VisualizationTree.findNewResultVis(VisualizerContext context,
Object start,
Class<? super A> type1,
Class<? super B> type2,
VisualizationTree.Handler2<A,B> handler)
Process new result combinations of an object type1 (in first hierarchy)
having a child of type2 (in second hierarchy).
|
static <A extends Result,B extends VisualizationItem> |
VisualizationTree.findNewSiblings(VisualizerContext context,
Object start,
Class<? super A> type1,
Class<? super B> type2,
VisualizationTree.Handler2<A,B> handler)
Process new result combinations of an object type1 (in first hierarchy) and
any child of type2 (in second hierarchy)
This is a bit painful, because we have two hierarchies with different
types: results, and visualizations.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.