搜索资源列表
KMEANS01
- This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers u
kmeans111
- kmeans算法的源代码-kmeans algorithm source code
EM_init_kmeans
- 高斯混合模型参数初始化程序,在对高斯混合模型的建立之前采用KMEANS算法进行初始化-Gaussian mixture model parameter initialization procedure, in the Gaussian mixture model is initialized before the algorithm used KMEANS
kmeans-classification-algorithm
- kmeans分类算法准备的,借用网上找到的,但是,我调试时修改了一个参数才成功的-kmeans classification algorithm prepared to borrow to find online, but when I debug modify a parameter was successful
kmeans-lab
- K means clustering algorithm implementaion, machine learning
kmeans
- k means matlab algorithm
mykmeans
- 适合初学者学习kmeans聚类算法的简单的MATLAB程序,可以直接调用实现聚类结果-it is useful for beginners to learn about kmeans algorithm
Kmeans
- Kmeans聚类算法实例,比较容易理解明白算法的内涵。-Kmeans clustering algorithm for example, relatively easy to understand the connotation of the algorithm
Cluster
- 层次聚类算法-BIRCH,划分聚类算法—Kmeans,Kmodies,cannpoy等。-Hierarchical clustering algorithm-BIRCH, partition clustering algorithm-Kmeans, Kmodies, cannpoy like.
kmeans
- kmeas聚类算法代码,主程序和调用程序-kmeas clustering algorithm code, the main program and the calling program
kmeans
- Algorithm k-means is a simple iterative clustering algorithm, which divides the set of data to a user-specified number of clusters, k. The algorithm is simple to implement and run relatively fast, easily adaptable and common in practice. It is his
kmeans
- k-means is a algorithm for make unsupervised learning, which use a vector, value k for create the clustering
kmeansdemo
- kmeans聚类算法在计算机视觉中的应用,实现图像分割,matlab2012版本,可测试运行。-Kmeans clustering algorithm in the application of computer vision, image segmentation, matlab2012 version, test run.