Class COPACNeighborPredicate

  • All Implemented Interfaces:
    NeighborPredicate<COPACNeighborPredicate.COPACModel>

    @Reference(authors="Elke Achtert, Christian B\u00f6hm, Hans-Peter Kriegel, Peer Kr\u00f6ger, Arthur Zimek",
               title="Robust, Complete, and Efficient Correlation Clustering",
               booktitle="Proc. 7th SIAM Int. Conf. on Data Mining (SDM\'07)",
               url="https://doi.org/10.1137/1.9781611972771.37",
               bibkey="DBLP:conf/sdm/AchtertBKKZ07")
    public class COPACNeighborPredicate
    extends java.lang.Object
    implements NeighborPredicate<COPACNeighborPredicate.COPACModel>
    COPAC neighborhood predicate.

    Reference:

    Elke Achtert, Christian Böhm, Hans-Peter Kriegel, Peer Kröger, Arthur Zimek
    Robust, Complete, and Efficient Correlation Clustering
    Proc. 7th SIAM Int. Conf. on Data Mining (SDM'07)

    TODO: improve performance by allowing index support for finding neighbors and/or exploiting the data partitioning better.

    Since:
    0.7.0
    Author:
    Arthur Zimek, Erich Schubert