文件名称:CanopyExm
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-03-04
- 文件大小:
- 11kb
- 下载次数:
- 0次
- 提 供 者:
- 曹**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Canopy聚类算法是一个将对象分组到类的简单、快速、精确地方法。每个对象用多维特征空间里的一个点来表示。这个算法使用一个快速近似距离度量和两个距离阈值 T1>T2来处理。 Canopy聚类算法能快速找出应该选择多少个簇,同时找到簇的中心,这样可以大大优化 K均值聚类算法的效率 。-Canopy is a clustering algorithm to group objects into simple categories, fast, accurate method. Each object with a multi-dimensional feature space of a point to represent. The algorithm uses a fast approximate distance metric and two distance threshold T1> T2 to deal with. Canopy clustering algorithm to quickly identify how many clusters should be chosen, while finding the center of the cluster, which can greatly optimize the efficiency of the K-means clustering algorithm.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CanopyExm\.classpath
.........\.project
.........\.settings\org.eclipse.jdt.core.prefs
.........\bin\buju\Canopy.class
.........\...\....\canopy2.class
.........\...\....\members.class
.........\...\....\Point.class
.........\src\buju\Canopy.java
.........\...\....\canopy2.java
.........\...\....\members.java
.........\bin\buju
.........\src\buju
.........\.settings
.........\bin
.........\src
CanopyExm