readme

来自「this will produce the dci program in the」· 代码 · 共 40 行

TXT
40
字号
1. Compilation To compile the kDCI++ algorithm for FSC:	- ./configure --prefix=/path/to/your/installation	- make	- make install (optional)this will produce the dci program in the src/ directory, or in /path/to/your/installation/bin if you used the--prefix option during the configure step and issued a "make install". Before the configure step, you might want to turn the -DVERBOSE flag on in the src/Makefile.am, to print out some more interesting info during the execution of the program.2. UsageThis implementation of kDCI conforms to the specification in http://fimi.cs.helsinki.fi/	dci input_file min_count [output_file]+ input file is the transaction databse, in ascii format, with onetransaction per line, each transaction is composed by an ordered listof non repeated integers, space separated.+ min_count is the absolute count of an itemsets to be frequent+ output_file is an optional parameter. if given, frequent itemsets and their supports are printed on such file. + during execution some output is printed on screen. if the VERBOSE macrois not defined in src/Makefile.am, then only the number of frequent patternsfound at each iteration is printed (starting from lenght 0, which always givesa 1 in the first line). If VERBOSE is defined, than single iteration candidatesand frequent patterns, as well as exec times are printed. paolo.palmerini@isti.cnr.it

⌨️ 快捷键说明

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