O
- Object type@Alias(value={"3dpc","3DPC"}) @Reference(authors="Elke Achtert, Hans-Peter Kriegel, Erich Schubert, Arthur Zimek", title="Interactive Data Mining with 3D-Parallel-Coordinate-Trees", booktitle="Proc. 2013 ACM Int. Conf. on Management of Data (SIGMOD 2013)", url="https://doi.org/10.1145/2463676.2463696", bibkey="DBLP:conf/sigmod/AchtertKSZ13") public class OpenGL3DParallelCoordinates<O extends NumberVector> extends java.lang.Object implements ResultHandler
Reference:
Elke Achtert, Hans-Peter Kriegel, Erich Schubert, Arthur Zimek:
Interactive Data Mining with 3D-Parallel-Coordinate-Trees.
Proc. 2013 ACM Int. Conf. on Management of Data (SIGMOD 2013)
TODO: Improve generics of Layout3DPC.
TODO: Generalize to multiple relations and non-numeric feature vectors.
FIXME: proper depth-sorting of edges. It's not that simple, unfortunately.
Modifier and Type | Class and Description |
---|---|
static class |
OpenGL3DParallelCoordinates.Instance<O extends NumberVector>
Visualizer instance.
|
static class |
OpenGL3DParallelCoordinates.Parameterizer<O extends NumberVector>
Parameterization class.
|
static class |
OpenGL3DParallelCoordinates.Settings<O>
Class keeping the visualizer settings.
|
Modifier and Type | Field and Description |
---|---|
private static Logging |
LOG
Logging class.
|
(package private) OpenGL3DParallelCoordinates.Settings<O> |
settings
Settings
|
Constructor and Description |
---|
OpenGL3DParallelCoordinates(Layouter3DPC<? super O> layout)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
StylingPolicy |
getStylePolicy(ResultHierarchy hier,
StyleLibrary stylelib)
Hack: Get/Create the style result.
|
void |
processNewResult(ResultHierarchy hier,
Result newResult)
Process a result.
|
private static final Logging LOG
OpenGL3DParallelCoordinates.Settings<O extends NumberVector> settings
public OpenGL3DParallelCoordinates(Layouter3DPC<? super O> layout)
layout
- Layoutpublic void processNewResult(ResultHierarchy hier, Result newResult)
ResultProcessor
processNewResult
in interface ResultProcessor
hier
- The base of the result tree.newResult
- Newly added result subtree.public StylingPolicy getStylePolicy(ResultHierarchy hier, StyleLibrary stylelib)
Copyright © 2019 ELKI Development Team. License information.