- Download
DMTL
from here. - Unpack in some directory executing:
tar
zfxv
dmtl.tgz
, - Change to
dmtl/test
directory: cd
dmtl/test
, - To compile the test files: Note: All classes in
DMTL
are templated, so entire source code is in the header files. To use the library, you just need to include the header files in your source code.
Please read the README
file in the test directory.
DMTL
is highly flexible for its generic pattern mining approach. We defined 'pattern' as an object that satisfies some relational properties. All our mining algorithms are also written considering this definition of pattern. This can be adapted to any new patterns, as long as user provides algorithm for candidate_generation and isomorphism checking. for details, please read the files lcsd05.pdf
, icfca05.pdf
in doc
directory.
Generated on Wed Jul 26 14:01:08 2006 for DMTL by
1.4.7