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

📄 installation.html

📁 这是一个用于数据挖掘的常用算法的模板库(数据挖掘的C++模板库for UNIX)
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>DMTL: Installation</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.7 --><div class="tabs">  <ul>    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>    <li><a href="annotated.html"><span>Classes</span></a></li>    <li><a href="files.html"><span>Files</span></a></li>    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>  </ul></div><h1><a class="anchor" name="installation">Installation</a></h1><h2><a class="anchor" name="download">Download</a></h2><ul><li>Download <code>DMTL</code> from <a href="http://sourceforge.net/projects/dmtl">here</a>.</li><li>Unpack in some directory executing: <code>tar</code> <code>zfxv</code> <code>dmtl.tgz</code> ,</li><li>Change to <code>dmtl/test</code> directory: <code>cd</code> <code>dmtl/test</code> ,</li><li>To compile the test files:<div class="fragment"><pre class="fragment">make </pre></div> Note: All classes in <code>DMTL</code> 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.</li></ul><h2><a class="anchor" name="Running">existing test Programs</a></h2>Please read the <code>README</code> file in the test directory.<h2><a class="anchor" name="Mining">Other Patterns</a></h2><code>DMTL</code> 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 <code>lcsd05.pdf</code>, <code>icfca05.pdf</code> in <code>doc</code> directory. <hr size="1"><address style="align: right;"><small>Generated on Wed Jul 26 14:01:08 2006 for DMTL by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address></body></html>

⌨️ 快捷键说明

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