搜索资源列表
kMeansCodeJava
- kmeans算法的java描述,我自己编写的,可以运行的-java kmeans algorithm descr iption, I am prepared, ready-to-run
kmeans-java
- 用JAVA编写的kmeans算法,用于数据挖掘中的聚类
KMeans
- 人工智能技术K均值算法,JAVA实现,有需要的下
kmeansjava
- 这是一个我自己编写的JAVA程序,可以运行的。思想是将KMEANS和神经网络结合起来实现模式的分类。-This is a Java program writen by meself which can be run.The chief concept is to combine KMEANS and NN to achieve classification of pattens.
kmeans
- kmeans文本聚类算法的简单实现,是用JAVA实现的-kmeans a simple realization of the text clustering algorithm is implemented using JAVA
kmeans_src
- java 语言编写的kmeans聚类算法源代码,非常有用。-BenchmarkedKMeans for java and BasicKMeans for java
kmeans
- 基本的数据聚类算法,可以进行快速有效的数据聚类,可以有效地进行数据挖掘-Basic data clustering algorithm, can be fast and effective data clustering, data mining can be effectively
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
vsm-and-cluster-kmeans
- 对文本聚类的向量空间模型机制VSM以及Kmeans等讲解比较详细,是研究文本聚类的好书籍-Clustering of text vector space model to explain the mechanism of VSM and Kmeans and other more detailed, study of text clustering is a good book
Kmeans.java.tar
- K-Means algorithm to create cluster formation for input files
KMeans
- 用java实现Kmeans,记录质心变化,并以与质心方差来衡量聚类的效果。代码详尽完整,并附上数据,可运行。-With java Kmeans, record changes in the centroid, and to measure the effect of clustering with the centroid variance. Comprehensive code, along with the data, you can run.
MovieSite
- 利用kmeans对电影进行聚类,利用java实现-Use kmeans clustering of the film, using java to achieve
Kmeans
- 数据挖掘中Kmeans聚类算法的实现,使用java语言实现的-Kmeans algorithm to achieve
Kmeans
- K-means聚类算法的java实现。一个类,可以直接调用。-K-means clustering algorithm implemented by java.you can use it directly in your coad.
kmeans
- keamns 的java实现 欢迎讨论-kmeans java
kmeansInJava
- 使用Java实现了kmeans算法,对给定点阵进行聚类-implementing k-means algorithm using java to clustering the given points
MapReduceCenter
- 这是我基于MapReduce实现的Kmeans算法,用Java语言,在一个完全分布式系统工作良好-This is my implemention of Kmeans algorithms based on the MapReduce,in Java language,which works well in a fully distributed System
Kmeans
- 基于java语言实现的kmeans聚类算法,还是很靠谱的(kmeans cluster realize based on java)