Class CircleSegmentsVisualizer

  • All Implemented Interfaces:
    VisualizationProcessor, VisFactory

    @Reference(authors="Elke Achtert, Sascha Goldhofer, Hans-Peter Kriegel, Erich Schubert, Arthur Zimek",
               title="Evaluation of Clusterings - Metrics and Visual Support",
               booktitle="Proc. 28th International Conference on Data Engineering (ICDE 2012)",
               url="https://doi.org/10.1109/ICDE.2012.128",
               bibkey="DBLP:conf/icde/AchtertGKSZ12")
    public class CircleSegmentsVisualizer
    extends java.lang.Object
    implements VisFactory
    Visualizer to draw circle segments of clusterings and enable interactive selection of segments. For "empty" segments, all related segments are selected instead, to visualize the differences.

    Reference:

    Elke Achtert, Sascha Goldhofer, Hans-Peter Kriegel, Erich Schubert, Arthur Zimek
    Evaluation of Clusterings – Metrics and Visual Support
    Proc. 28th International Conference on Data Engineering (ICDE 2012)

    Since:
    0.5.0
    Author:
    Sascha Goldhofer, Erich Schubert