搜索资源列表
kmeans_java
- k-means聚类算法的java代码实现,良好的代码风格,适合扩充-k-means clustering algorithm to achieve the java code, the code of good style, suitable for expansion
k-meanssom
- k-means som 层次聚类 算法比较-k-means clustering algorithm level som comparison
Clustering
- 数据挖掘算法。K-Means聚类数据挖掘算法。该算法是用Java语言编写的。
对k-means聚类算法的改进
- K均值算法的一个改进算法,简单实用,但是有点简单。-K-means algorithm of an improved algorithm is simple and practical, but a bit simple.
k-meansjava.rar
- 用JAVA语言实现的经典聚类算法k-means,聚类与分类不同,它是无监督的过程,,JAVA language used to achieve a classic clustering algorithm k-means, clustering and classification of different, it is the unsupervised process,
KMeansJava
- 利用Java实现的K-均值算法,K-Mean 分群法是一种分割式分群方法,其主要目标是要在大量高纬的资料点中找出 具有代表性的资料点;这些资料点可以称为群中心,代表点;然后再根据这些群中心,进行后续的处理,可用于数据挖掘中的聚类分析-Java implementation using K-means algorithm, K-Mean grouping method is a fragmented grouping method, whose main goal is to a large nu
Kmeans_FCM
- java写的模糊c均值聚类算法和k均值聚类算法-fuzzy c means clustering algorithm and K means cluster in java
TestK
- java的k-means聚类算法实现,使用了2维的聚类算法,在数据统计以及图像识别方面不错-java of the k-means clustering algorithm
K-Means
- K_Means(java)算法的实现,有界面,灵活性强,交互性强。-K_Means (java) algorithm, there are interfaces, flexibility, and strong interaction.
83390049kmeans_clustering
- k-means聚类算法的java代码实现-k-means clustering algorithm java code
ex-10
- 数据挖掘算法。K-Means聚类数据挖掘算法。该算法是用Java语言编写的-K-Means Cluster
k-means_Program
- k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 -k-means algorithm to accept input k then n-k of data objects into a cluster in order to make the cluster available to meet: t
k_means
- 简单易懂的k-means聚类算法,可运行!有详细注释说明。-Straightforward k-means clustering algorithm, run! Detailed explanatory notes.
k-means
- k-means聚类算法的描述及java实现-k-means clustering algorithm to achieve the descr iption and the java
SimpleKMeans
- 数据挖掘中经典的k means聚类算法实现-kmeans cluster
kmeans_report
- Java 实现k-means 聚类算法,分别以迭代次数及分配不再发生变化为算法终止条件,用图片作为数据集,比较运行时间-Java implementation of k-means clustering algorithm, respectively, and the distribution of the number of iterations of the algorithm terminates no change in the conditions, with a picture (o
_k_means_picture
- K-means聚类算法 用于图像处理 JAVA语言编写,聚类中值算法可运行-k-means clustering algorithm image processing
k-Means
- k-means算法的java实现,自动聚类算法。是基于距离来进行聚类-k-means algorithm to achieve the java automatic clustering algorithm. Based on the distance to the cluster
WawaKMeans
- WawaKMeans的算法实现,用Wawa实现K-means聚类算法与MapReduce实现的算法进行对比-WawaKMeans algorithm implementation, using K-means to achieve Wawa clustering algorithm and MapReduce implementation of the algorithm to compare
python-cure-implementation-master
- Python实现的cure聚类算法和K-means算法(python-cure-Kmeans-implementation)