搜索资源列表
k-means-original
- k-menas算法是最简单的聚类算法,算法内详细介绍了各个函数和功能,对初学者很有借鉴意义-K-MEANS algorithm is one of the most simple clustering algorithm, there are different form, this is one of them, a reference for beginners
k-means-Java
- 用JAVA实现k-means算法,其中聚类方法使用余弦相似度,带运行界面。完美运行。-Using JAVA k-means algorithm, clustering method using the cosine similarity
k-means-cluster
- 分类算法中k均值分类算法,可以用于简单的模式识别中去。-Classification algorithm of k-means classification algorithm, which can be used in a simple pattern recognition.
k-means-Clustering
- simple k-means implementation with Persian comments
The-optimization-of-K-means
- 对k-means算法的优化,通过优化初始聚类中心的选择-The optimization of K-means algorithm by improving the selection of initial clustering centers
K-means
- K-means算法,一种聚类方法,其每个类别均用该类中所有数据的平均值(或加权平均值)来表-K-means Algorithm
k-means
- k-means算法的一个小实例,很好的展示了,算法的过程,测试聚类文件在txt中-A small example k-means algorithm, a good showing, the algorithm process, the test cluster file txt
k--means-
- k-means算法的解释,采用txt中的数据进行分类-explanation of k-means algorithm, using the data in the classification txt
k-means
- k-means算法实现,能够直接导入直接运行,对学士有很大的帮助-k means algorithm, you can run
dimensionality-reduction-and-k-means
- 1.使用k-svd对数据进行稀疏表示,降维 2.使用k-means对上述数据聚类-1.use k-svd to reduce the dimensions of data 2.clster the data by k-means
my-k-means
- 这是一个k-means聚类算法,将一个四维量(比如有明确物理意义的花瓣长宽花萼长宽)按照几个中心点分成几类-This is a k-means clustering algorithm, a four-dimensional volume (such as a clear physical meaning petals calyx length and width aspect) is divided into several categories according to several ce
k-means-by-LR
- 标准的数据挖掘聚类算法 k均值聚类 k-means聚类 严格按照标准算法执行 简单高效-Standard data mining clustering algorithm k-means clustering In strict accordance with the standard algorithm is simple and efficient execution
K-means-Ensemble
- 该算法是基聚类算法为K-means,然后再进行聚类集成,方法为投票法-The algorithm is based on clustering algorithm for K-means, and then the clustering ensemble, method for voting
K-means
- 本程序是用python写的一个K均值算法,通过该算法可以学习一python实现算法的流程,以及学习该算法的使用。-The program is written in python a K-means algorithm, the algorithm can learn a python algorithm implementation processes, and learning to use the algorithm.
K-MEANS
- k-means聚类算法 用C++实现 聚类采用数据为二维数据 保存在当前目录下的data.txt文件中-K-means clustering algorithm C++ implementation
Incremental-K-means
- 实现Incremental K-Means-Achieve Incremental K-Means
K-means
- k-means简单实现,实现了k近邻的实现,以图像的形式显示出来,简单实用-k-means simple to achieve achieve a k neighbors realized and presented in the form of an image, simple and practical
遗传k-means
- 数据挖掘经典算法,遗传算法与K_means算法结合(Data mining classic algorithm)
K-means
- 一种聚类算法:K-means聚类,实测绝对没有问题(A clustering algorithm: K-means clustering, no problem is absolutely no problem)
k-means-for-iris
- 利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果(The matlab program of clustering iris samples by K-means clustering, including source code, sample data and clustering results)