k-means clustering 算法 用于机器学习和模式识别

时间:2014-02-20 18:19:23
【文件属性】:
文件名称:k-means clustering 算法 用于机器学习和模式识别
文件大小:2KB
文件格式:ZIP
更新时间:2014-02-20 18:19:23
k-means k-means clustering,聚类,用于机器学习和模式识别。 下面是英文介绍:In statistics and machine learning, k-means clustering is a method of cluster analysis which aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean. It is similar to the expectation-maximization algorithm for mixtures of Gaussians in that they both attempt to find the centers of natural clusters in the data as well as in the iterative refinement approach employed by both algorithms.
【文件预览】:
license.txt
knnsearch.m

网友评论

  • 简单的聚类算法实现