readme.txt
来自「一个投影聚类算法及其数据集生成源码。 参考文献: Eric K.K. Ng,」· 文本 代码 · 共 22 行
TXT
22 行
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 + =
减小字号Ctrl + -
显示快捷键?