搜索资源列表
k-mean
- K-means聚类算法的java实现描述!有详尽的说明,对初学者非常有用!
JAVA实现文本聚类,用到TF/IDF权重
- JAVA实现文本聚类,用到TF/IDF权重,用余弦夹角计算文本相似度,用k-means进行数据聚类等数学和统计 知识。,JAVA realization of text clustering, using TF/IDF weight, calculated using cosine angle between the text of similarity, using k-means clustering for data such as mathematical and statistical
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
MyKmeans
- 使用java实现了数据挖掘中的K-mean算法,并进行了适当的改进,代码清晰,支持多维,可以方便修改代码接口。-Java implementation of data mining using the K-mean algorithm, and make the appropriate improvements, code clarity, support multi-dimensional, you can easily modify the code interface.
kmeans
- 改进的k-means方法,对聚类的实例节能型加权 少数类多数类的函数-Improved k-means method for clustering a small number of examples of energy-saving type of weighted majority of types of function
K-Means
- 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
cluster1
- it is java code for k means clustering algorithm
kMeans
- k-mean image clustering source code developed using java
SimpleRegionGrowing
- usefull k-mean algorithm developed for image clustering using java
K-Means.Algorithm
- 算法,k-mean搜索方法,执行起来很快,推荐。-Algorithm, k-mean search methods, to implement quickly, recommended.
83390049kmeans_clustering
- k-means聚类算法的java代码实现-k-means clustering algorithm java code
textclusterr
- 文档分类,用K均值,加入了K的选择算法,不用人为设定聚类个数-Document classification, using K-means, joined the K of the selection algorithm, not the number of artificial clustering
kmeans
- java k均值源码,实现了k-means的算法,并给出界面显示。实例中通过二维空间中的点进行聚类。-java k-means algorithm, display the cluster result on the two demension.
K-Mean
- K-mean 算法 用Java实现的算法 从别人那看的 -k-mean
DocumentCluster
- clustering k-mean java
Kmeans
- K-Means的java程序算法实现,能够有效处理K-mean问题-the realization of the K-means algorithm in java
code
- K mean algorithms for image implement in java
K-mean
- K Mean Algorithm Java
PRJ_Final
- K-mean Algorithm Initialisation: set seed points Assign each object to the cluster with the nearest seed point Compute seed points as the centroids of the clusters of the current partition (the centroid is the centre, i.e., mean point, of th
K-mean
- 用Java写出一个基本K-mean算法的实现,供模式识别初学者学习-A basic K- scheme implementation of the algorithm