Package com.linkedin.dagli.clustering

  • Class Summary 
    Class Description
    KMeansCluster
    Clusters vectors into k groups via the KMeans++ algorithm and generates the [0, k-1] cluster assignment for each vector.
    NearestDoubleArray
    NearestDoubleArray finds the array that is "closest" (as determined by Euclidean distance) to an input array from a pre-determined list of candidates.