⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 一个投影聚类算法及其数据集生成源码。 参考文献: Eric K.K. Ng, A. Fu : Efficient algorithm for Projected Clustering,
💻 TXT
字号:
Readme for gendata==================How to compile:  gcc -o gendata gendata.c -lmHow to run:  ./gendata <ini_file> <conf_file> <dat_file><ini_file> : the initialization file including the cluster parameter             (e.g. no. of data points to be generated. See details              in sample.ini)<conf_file> : the final configuration of the cluster generated              (this file is the output file in this program (NOT                an input file))<dat_file>  : the output file in this program (i.e. a list of              data points generated)For example,  ./gendata sample.ini conf.txt data.txt

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -