Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Package de.lmu.ifi.dbs.elki.visualization.visualizers.adapter

Adapters to map results to visualizers.

See:
          Description

Interface Summary
AlgorithmAdapter Defines the requirements for an algorithm-adapter.
 

Class Summary
ClusteringAdapter<NV extends NumberVector<NV,?>> Class to add generic clustering visualizations.
ClusterOrderAdapter Visualize a cluster order by connecting the points with arrows
CurveAdapter Adapter that will look for visualizable 2D curves and create visualizations for them.
DefaultAdapter<NV extends NumberVector<NV,?>> Class to add various default visualizations.
HistogramAdapter Adapter to visualize general Histogram results found in the result.
OutlierScoreAdapter<NV extends NumberVector<NV,?>> This class activates bubble and tooltip visualizers when there is an Outlier result found.
ReferencePointsAdapter<NV extends NumberVector<NV,?>> Adapter to generate a reference points visualizer when reference points were found in the data.
RStarTreeAdapter Adapter that will look for an AbstractRStarTree to visualize
 

Package de.lmu.ifi.dbs.elki.visualization.visualizers.adapter Description

Adapters to map results to visualizers.


Release 0.3 (2010-03-31_1612)