📄 readme
字号:
BASIC INFORMAION================This software is an implementation of generic data mining algorithm. This particular implementationconsists of frequent pattern mining algorithm for itemset, sequence, tree, graph and multiset. But, due to the generic behavior of the algorithm, other patterns can also be added efficiently. Please refer to the conference and workshop papers under 'doc/papers' for further details.This library uses C++ templates to implement the generic behavior, hence named Data Mining Template Library (DMTL).INSTALL:========The library does not need to be installed. The code can be used by writing a driver program.A driver program is a wrapper that utilizes different components of the library to perform the desired mining task.Examples of driver programs are in the 'test' directory. In future we plan to bundle the code as a static library. To compile the driver programs : type 'make' in the test directoryTo clean: type 'make clean' in test directoryPLATFORM:=========This program has been compiled using g++ 4.0 and tested on Linux and Mac OS X (10.4).LICENSE TERMS=============Under GNU Public License terms. Please read the file COPYINGBUGS and QUESTIONS:===================If you find any bugs or have any questions, please contact:Mohammed Zaki (zaki@cs.rpi.edu).DIRECTORY CONTENTS:===================1. data: Some small data file to test the correctness and integrity of the library.2. doc: Documentation of the library generated using doxygen.3. src: Source code. The source code is further divided into 6 directories. There is a directory each for the five patterns (itemset, sequence, tree, graph and multiset) and a 'common' directory that contains the code common to all the above patterns.4. test: Test files to run mining algorithms for the following patterns (itemset, sequence, tree, graph, multiset)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -