文件名称:Kmeans
- 所属分类:
- JSP源码/Java
- 资源属性:
- 上传时间:
- 2017-12-16
- 文件大小:
- 15kb
- 下载次数:
- 0次
- 提 供 者:
- star*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
算法思想:提取文档的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 of the two documents, and achieve the text clustering with the standard k-means algorithm. Source code for Java implementation)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
k-menas聚类算法的java实现.doc | 39424 | 2011-03-12 |
Category.java | 1735 | 2011-04-01 |
Clustering.java | 6678 | 2011-04-01 |