搜索资源列表
kmeans.rar
- data mining algorithm . kmeans聚类算法,clustering algorithm
kmeans
- kmeans文本聚类算法的简单实现,是用JAVA实现的-kmeans a simple realization of the text clustering algorithm is implemented using JAVA
kmeans
- 基本的数据聚类算法,可以进行快速有效的数据聚类,可以有效地进行数据挖掘-Basic data clustering algorithm, can be fast and effective data clustering, data mining can be effectively
kmeans
- kmeans分类的小程序,聚类算法,大家都来看看吧,-kmeans classification of small procedures, clustering algorithm, as we all look at and see,
kmeans
- 聚类算法kmeans,比较简单的聚类算法,通过欧几里德距离确定聚类的标准,对二维的点进行聚类-Clustering algorithm kmeans, relatively simple clustering algorithm, through the Euclidean distance to determine the standard clustering of the points of two-dimensional clustering
KMEANS
- 数据挖掘中的经典聚类算法,常用于异常值检测-Data Mining in a classic clustering algorithm, commonly used in the outlier detection
KMEANS
- K-Means动态聚类算法源程序 在数据挖掘中的应用-K-Means dynamic algorithm source data mining application
kmeans
- 数据挖掘中的K均值聚类算法的MATLAB的实现-k means clustering algorithm
Kmeans
- 使用C语言实现kmeans算法,K=3。-Kmeans algorithm using the C language implementation, K = 3.
kmeans
- 关于K均值聚类的算法,对搞人工智能的有用-With regard to K-means clustering algorithm, to engage in a useful artificial intelligence
KMEANS
- 实现Kmeans算法的C++代码,永远数据的Kmeans算法聚类-C++ code for kmeans algorithm,used to cluster datas
Kmeans
- 用vc++很好的实现了K均值聚类算法的研究,这是一完整的用VC++实现的程序,有效地完成了模式识别-Using vc++ achieved a very good K-means clustering algorithm, which is a complete implementation using VC++ program, the efficient completion of the pattern recognition
kmeans
- 对其中的adult_cluster.arff文件实现了kmeans聚类算法。-Documents of which implements the kmeans adult_cluster.arff clustering algorithm.
kmeans
- k-means 算法接受参数 k ;然后将事先输入的n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-k-means algorithm takes parameters k and then advance the input data object is divided into n-k-clustering in order to make
kmeans
- 数据挖掘里的经典kmeans算法,已生成exe文件,需要在dos命令里输入参数来运行,不能直接运行cpp文件。详见文件说明。-kmeans algorithm
KMeans
- KMeans 算法的C++实现代码,通过编译而且可以正常运行-KMeans algorithm
Kmeans-algorithm
- 模式识别算法Kmeans算法原理及C++编程实现-Pattern recognition algorithm Kmeans algorithm and C++ programming
kMeans
- 实现聚类,预测数据,在教育行业十分有帮助(The basic idea of KMeans algorithm is that the initial random given K cluster centers, according to the nearest neighbor principle, the sample points are divided into different clusters. Then, the centroid of each cluster is comp
kmeans
- 使用python编写kmeans聚类的例程,含画图(use python to implement kmeans algorithm)
kmeans-algorithm
- 一个基础kmeans算法,内含有数据文件,可以直接执行。(A basic kmeans algorithm, which contains data files, can be directly executed.)