搜索资源列表
k-mean
- K-means聚类算法的java实现描述!有详尽的说明,对初学者非常有用!
K-Means
- 这是K-neans动态聚类算法的源程序,是人工智能领域很有用的一种聚类方法。-This is K-neans source dynamic clustering algorithm, the field of artificial intelligence are useful in a clustering method.
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.
textclusterr
- 文档分类,用K均值,加入了K的选择算法,不用人为设定聚类个数-Document classification, using K-means, joined the K of the selection algorithm, not the number of artificial clustering
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