Class CompactCircularMSTLayout3DPC

  • All Implemented Interfaces:
    Layouter3DPC<NumberVector>, SimilarityBasedLayouter3DPC

    @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 CompactCircularMSTLayout3DPC
    extends AbstractLayout3DPC<CompactCircularMSTLayout3DPC.Node>
    Simple circular layout based on the minimum spanning tree.

    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)

    Since:
    0.6.0
    Author:
    Erich Schubert