CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法

文件名称:cluster

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    146.38kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

基于kemans算法的聚类,初始点投放基于最远距离的方法-Clustering algorithm based on kemans, the initial point of delivery methods based on the most remote
(系统自动生成,下载前可以参看下载内容)

下载文件列表

src/com/xxt/clustering/ClusteringTool.java
src/com/xxt/clustering/bean/StaticArg.java
src/com/xxt/clustering/bean/TextVector.java
src/com/xxt/clustering/bean/Word.java
src/com/xxt/clustering/bean/InputErrorException.java
src/com/xxt/clustering/util/WordWeightCompare.java
src/com/xxt/clustering/util/ArticleDifferent.java
src/com/xxt/clustering/util/ArticleSimilarity.java
src/com/xxt/clustering/util/ClusterUtil.java
src/com/xxt/clustering/util/CosDifferent.java
src/com/xxt/clustering/util/CosSimilarity.java
src/com/xxt/clustering/util/EuclidDifferent.java
src/com/xxt/clustering/util/WordIdCompare.java
src/com/xxt/clustering/dichotomyinit/VectorCluster.java
src/com/xxt/clustering/dichotomyinit/InitAlgorithmForEuclid.java
src/com/xxt/clustering/dichotomyinit/Kmeans.java
src/com/xxt/clustering/dichotomyinit/TextVoctorTemp.java
doc/package-list
doc/overview-frame.html
doc/constant-values.html
doc/serialized-form.html
doc/overview-tree.html
doc/deprecated-list.html
doc/allclasses-frame.html
doc/allclasses-noframe.html
doc/index.html
doc/overview-summary.html
doc/help-doc.html
doc/stylesheet.css
doc/index-files/index-1.html
doc/index-files/index-2.html
doc/index-files/index-3.html
doc/index-files/index-4.html
doc/index-files/index-5.html
doc/index-files/index-6.html
doc/index-files/index-7.html
doc/index-files/index-8.html
doc/index-files/index-9.html
doc/index-files/index-10.html
doc/index-files/index-11.html
doc/index-files/index-12.html
doc/index-files/index-13.html
doc/index-files/index-14.html
doc/index-files/index-15.html
doc/index-files/index-16.html
doc/resources/inherit.gif
doc/com/xxt/clustering/ClusteringTool.html
doc/com/xxt/clustering/package-frame.html
doc/com/xxt/clustering/package-summary.html
doc/com/xxt/clustering/package-tree.html
doc/com/xxt/clustering/package-use.html
doc/com/xxt/clustering/class-use/ClusteringTool.html
doc/com/xxt/clustering/bean/InputErrorException.html
doc/com/xxt/clustering/bean/StaticArg.html
doc/com/xxt/clustering/bean/TextVector.html
doc/com/xxt/clustering/bean/TextVector.VectorIterator.html
doc/com/xxt/clustering/bean/Word.html
doc/com/xxt/clustering/bean/package-frame.html
doc/com/xxt/clustering/bean/package-summary.html
doc/com/xxt/clustering/bean/package-tree.html
doc/com/xxt/clustering/bean/package-use.html
doc/com/xxt/clustering/bean/class-use/InputErrorException.html
doc/com/xxt/clustering/bean/class-use/Word.html
doc/com/xxt/clustering/bean/class-use/TextVector.html
doc/com/xxt/clustering/bean/class-use/TextVector.VectorIterator.html
doc/com/xxt/clustering/bean/class-use/StaticArg.html
doc/com/xxt/clustering/util/ArticleDifferent.html
doc/com/xxt/clustering/util/ArticleSimilarity.html
doc/com/xxt/clustering/util/ClusterUtil.html
doc/com/xxt/clustering/util/CosDifferent.html
doc/com/xxt/clustering/util/CosSimilarity.html
doc/com/xxt/clustering/util/EuclidDifferent.html
doc/com/xxt/clustering/util/WordIdCompare.html
doc/com/xxt/clustering/util/WordWeightCompare.html
doc/com/xxt/clustering/util/package-frame.html
doc/com/xxt/clustering/util/package-summary.html
doc/com/xxt/clustering/util/package-tree.html
doc/com/xxt/clustering/util/package-use.html
doc/com/xxt/clustering/util/class-use/WordIdCompare.html
doc/com/xxt/clustering/util/class-use/EuclidDifferent.html
doc/com/xxt/clustering/util/class-use/CosSimilarity.html
doc/com/xxt/clustering/util/class-use/CosDifferent.html
doc/com/xxt/clustering/util/class-use/ClusterUtil.html
doc/com/xxt/clustering/util/class-use/ArticleSimilarity.html
doc/com/xxt/clustering/util/class-use/ArticleDifferent.html
doc/com/xxt/clustering/util/class-use/WordWeightCompare.html
doc/com/xxt/clustering/dichotomyinit/InitAlgorithmForEuclid.html
doc/com/xxt/clustering/dichotomyinit/Kmeans.html
doc/com/xxt/clustering/dichotomyinit/TextVoctorTemp.html
doc/com/xxt/clustering/dichotomyinit/VectorCluster.html
doc/com/xxt/clustering/dichotomyinit/package-frame.html
doc/com/xxt/clustering/dichotomyinit/package-summary.html
doc/com/xxt/clustering/dichotomyinit/package-tree.html
doc/com/xxt/clustering/dichotomyinit/package-use.html
doc/com/xxt/clustering/dichotomyinit/class-use/TextVoctorTemp.html
doc/com/xxt/clustering/dichotomyinit/class-use/Kmeans.html
doc/com/xxt/clustering/dichotomyinit/class-use/InitAlgorithmForEuclid.html
doc/com/xxt/clustering/dichotomyinit/class-use/VectorCluster.html
doc/com/xxt/clustering/bean/class-use
doc/com/xxt/clustering/util/class-use
doc/com/xxt/clustering/dichotomyinit/class-use
src/com/xxt/clustering/bean
src/com/xxt/clustering/util
src/com/xxt/clustering/dichotomyinit
doc/com/xxt/clustering/class-use
doc/com/xxt/clustering/bean
doc/com/xxt/clustering/util
doc/com/xxt/clustering/dichotomyinit
src/com/xxt/clustering
doc/com/xxt/clustering
src/com/xxt
doc/com/xxt
src/com
doc/index-files
doc/resources
doc/com
src
doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com