59564326clique

所属分类:VC书籍
开发工具:Visual C++
文件大小:4KB
下载次数:53
上传日期:2008-05-22 19:11:48
上 传 者xiaoluu
说明:  clique算法源代码(c语言)可以实现
(clique algorithm source code (c language) can be achieved)

文件列表:
clique\clique.cc (14681, 2002-01-14)
clique\makefile (330, 2002-01-14)
clique (0, 2005-06-17)

This program is the application of CLIQUE clustering algorithm on 2-dimentional spatial data. This program does not realize CLIQUE's idea of selecting potential dense 2-dimentinonal cells from dense 1-dimentional cells because this idea does not applicable to our testing data sets. This program just realized CLIQUE's clustering algorithm, connecting neighbouring dense cells into one cluster, in 2-dimentional data set. The usage of the program is like this: "clique fileName numberOfPoints resolution xmin xmax ymin ymax tau" where the meaning of each argument is: fileName -- data file name numberOfPoint -- the number of data points in the data file resolution -- resolution in clustering xmin -- minimum in x-axis xmax -- maximum in x-axis ymin -- minimum in y-axis ymax -- maximum in y-axis tau -- threshold in determining dense cells one example of the usage of the program is like: clique t7.dat 10000 20 0 700 0 500 0.18

近期下载者

相关文件


收藏者