org.apache.spark.streamdm.clusterers

utils

package utils

Visibility
  1. Public
  2. All

Value Members

  1. object ClusterUtils extends Serializable

    Clustering helper functions.

  2. object KMeans extends Serializable

    The KMeans object computes the weighted k-means clustering given an array of Examples.

  3. object TestKMeans

    TestKmeans is used to test offline the k-means algorithm, and can be run via:

Ungrouped