Class ERiCNeighborPredicate

  • All Implemented Interfaces:
    NeighborPredicate<DBIDs>

    @Reference(authors="Elke Achtert, Christian B\u00f6hm, Hans-Peter Kriegel, Peer Kr\u00f6ger, Arthur Zimek",
               title="On Exploring Complex Relationships of Correlation Clusters",
               booktitle="Proc. 19th Int. Conf. Scientific and Statistical Database Management (SSDBM 2007)",
               url="https://doi.org/10.1109/SSDBM.2007.21",
               bibkey="DBLP:conf/ssdbm/AchtertBKKZ07")
    public class ERiCNeighborPredicate
    extends java.lang.Object
    implements NeighborPredicate<DBIDs>
    ERiC neighborhood predicate.

    Reference:

    Elke Achtert, Christian Böhm, Hans-Peter Kriegel, Peer Kröger, Arthur Zimek
    On Exploring Complex Relationships of Correlation Clusters
    Proc. 19th Int. Conf. Scientific and Statistical Database Management (SSDBM 2007)

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

    Since:
    0.7.0
    Author:
    Elke Achtert, Erich Schubert