搜索资源列表
kmeans
- java k均值源码,实现了k-means的算法,并给出界面显示。实例中通过二维空间中的点进行聚类。-java k-means algorithm, display the cluster result on the two demension.
kmeansclustering
- this is java program which can be used for cluster the data using kmeans clustering
SimpleKMeans
- 数据挖掘中经典的k means聚类算法实现-kmeans cluster
K-means
- kmeans算法, K-means算法是最为经典的基于划分的聚类方法,是十大经典数据挖掘算法之一。K-means算法的基本思想是:以空间中k个点为中心进行聚类,对最靠近他们的对象归类。通过迭代的方法,逐次更新各聚类中心的值,直至得到最好的聚类结果-kmeans algorithm, K-means algorithm is the most classic divide-based clustering method is one of the top ten classical data mi
KMEANS
- 输入:聚类个数k,以及包含 n个数据对象的数据库。输出:满足方差最小标准的k个聚类。处理流程: (1)从 n个数据对象任意选择 k 个对象作为初始聚类中心. (2)根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分;(3)重新计算每个(有变化)聚类的均值(中心对象) (4)循环(2)到(3)直到每个聚类不再发生变化为止-Input: number of clusters k, and n data object contains a
textcluster
- Text Clustering, Kmeans Cluster Stop word Handler TermVector TFIDFMeasure Tokeniser
kmeans
- k-means clustering is a method of vector quantization, originally signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each observation belongs to the clu
KmeanProject
- 利用k均值聚类算法对词进行聚类,基于最大最小原则初始化质心-cluster word by kmeans
BasicKmeansDemo
- Kmeans算法,是二维 是基于求中心点-kmeans Cluster
modeltrain
- 使用weka工具包进行kmeans聚类的java源码-Kmeans cluster by Weka