Class AFKMC2

  • All Implemented Interfaces:
    KMeansInitialization
    Direct Known Subclasses:
    SphericalAFKMC2

    @Title("AFK-MC\u00b2")
    @Reference(authors="O. Bachem, M. Lucic, S. H. Hassani, A. Krause",
               title="Fast and Provably Good Seedings for k-Means",
               booktitle="Neural Information Processing Systems 2016",
               url="https://proceedings.neurips.cc/paper/2016/hash/d67d8ab4f4c10bf22aa353e27879133c-Abstract.html",
               bibkey="DBLP:conf/nips/BachemLH016")
    public class AFKMC2
    extends KMC2
    AFK-MC² initialization

    Reference:


    O. Bachem, M. Lucic, S. H. Hassani, A. Krause
    Fast and Provably Good Seedings for k-Means
    Neural Information Processing Systems 2016

    Since:
    0.8.0
    Author:
    Erich Schubert