文件名称:dbscan
- 所属分类:
- JSP源码/Java
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 4kb
- 下载次数:
- 0次
- 提 供 者:
- nandish*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Density Based Spatial Clustering of Applications of Noise
Uses a density-based notion of clusters to discover clusters of arbitrary shapes, in spatial databases
Key idea: for each object of a cluster, the neighborhood of a given radius contains at least a minimum number of data-objects. (i.e. the density of each cluster must exceed a threshold value)
Choosing the distance function is the critical parameter.
An object that appears to be part of Noise at present, might, at a later stage, be included into one of the clusters.
Uses a density-based notion of clusters to discover clusters of arbitrary shapes, in spatial databases
Key idea: for each object of a cluster, the neighborhood of a given radius contains at least a minimum number of data-objects. (i.e. the density of each cluster must exceed a threshold value)
Choosing the distance function is the critical parameter.
An object that appears to be part of Noise at present, might, at a later stage, be included into one of the clusters.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
dbscan.h
distance.h
test_dbscan.cpp
db_scan.cpp
clusters.h
clusters.cpp
adiacency_matrix.h
distance.h
test_dbscan.cpp
db_scan.cpp
clusters.h
clusters.cpp
adiacency_matrix.h