Package

com.tencent.angel.ml.clustering

kmeans

Permalink

package kmeans

Visibility
  1. Public
  2. All

Type Members

  1. class KMeansLearner extends MLLearner

    Permalink

    Kmeans is clustering algorithm, which find the closest center of each instance.

    Kmeans is clustering algorithm, which find the closest center of each instance. This is the learner class of kmeans.

  2. class KMeansModel extends MLModel

    Permalink
  3. class KMeansPredictTask extends PredictTask[LongWritable, Text]

    Permalink

    Predict task of k-means model, first pull centers from PS, second predict the value of local dataset

  4. class KMeansResult extends PredictResult

    Permalink

    Predict result of kmeans

  5. class KMeansRunner extends MLRunner

    Permalink
  6. class KMeansTrainTask extends TrainTask[LongWritable, Text]

    Permalink

    Kmeans clustering algorithm aims to partition sample points into n clusters, in which each point belongs to the cluster with the nearest distance to the cluster center.

Value Members

  1. object KMeansModel

    Permalink

    Kmeans Model is a clustering model, find closest center to each point.

  2. object KMeansRunner

    Permalink

Ungrouped