搜索资源列表
k-means
- 本代码主要对 K_means 算法用java语言实现 .对需要java kmeans同志很帮助! 并附有测试文件!
kmeans
- kmeans算法实现,开发语言Java
KMeans
- 用java实现的k means算法,搞过数据挖掘的人应该都知道的~-k means algorithm implement in java, the basic method of clustering in data mining
k-means
- java实现的k-means算法,具有可视化界面,可以作为数据挖掘的作业处理。-java implementation of the k-means algorithm with a visual interface that can handle a data mining operation.
Kmeans_done
- kmeans 對IRIS 分群 很傳統的題目-kmeans grouping of iris
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
KMeans
- KMeans Algrorithm for search engine
src
- KMeans algoritm in java
KMeans Euclidean Distance
- 一个用java写的欧几里德距离的kmeans算法,以前做实验自己写的-code of KMeans based on Euclidean Distance
kmeans
- k均值算法的java源代码,希望能给大家帮助 -k-means algorithm java source code, I hope we can help
87361025kmeans(JAVA)
- Knn Classifier that fits to text classification as well.
kmeans
- java k均值源码,实现了k-means的算法,并给出界面显示。实例中通过二维空间中的点进行聚类。-java k-means algorithm, display the cluster result on the two demension.
kmeans
- kmeans java source code-kmeans java source code
kmeansclustering
- this is java program which can be used for cluster the data using kmeans clustering
yash1
- kmeans algorithm implementation using Java
Kmeans
- K-Means的java程序算法实现,能够有效处理K-mean问题-the realization of the K-means algorithm in java
java-kmeans
- 用java实现的聚类算法kmeans,可以用eclipse直接运行。-Clustering algorithm implemented with java
java鏁版嵁鎸栨帢
- 数据挖掘算法java实现 c45,kmeans,fss,id3(Data mining algorithm java implementation, which contains a variety of data mining algorithms, should be a good reference document.)
KMeans
- 利用Java语言实现的一个简单的Kmeans算法的实现(The use of Java language to achieve a simple Kmeans algorithm)
Kmeans
- 算法思想:提取文档的TF/IDF权重,然后用余弦定理计算两个多维向量的距离来计算两篇文档的相似度,用标准的k-means算法就可以实现文本聚类。源码为java实现(Algorithm idea: extract the TF/IDF weight of the document, then calculate the distance between two multidimensional vectors by cosine theorem, calculate the similarity