Class FastOPTICS<V extends NumberVector>

  • Type Parameters:
    V - Input vector type
    All Implemented Interfaces:
    Algorithm, OPTICSTypeAlgorithm

    @Reference(authors="J. Schneider, M. Vlachos",
               title="Fast parameterless density-based clustering via random projections",
               booktitle="Proc. 22nd ACM Int. Conf. on Information & Knowledge Management (CIKM 2013)",
               url="https://doi.org/10.1145/2505515.2505590",
               bibkey="DBLP:conf/cikm/SchneiderV13")
    public class FastOPTICS<V extends NumberVector>
    extends java.lang.Object
    implements OPTICSTypeAlgorithm
    FastOPTICS algorithm (Fast approximation of OPTICS)

    Note that this is not FOPTICS as in "Fuzzy OPTICS"!

    Reference:

    J. Schneider, M. Vlachos
    Fast parameterless density-based clustering via random projections
    Proc. 22nd ACM Int. Conf. on Information and Knowledge Management (CIKM 2013)

    This is based on the original code provided by Johannes Schneider, with ELKIfications and optimizations by Erich Schubert.

    Since:
    0.7.0
    Author:
    Johannes Schneider, Erich Schubert