installation.tex

来自「这是一个用于数据挖掘的常用算法的模板库(数据挖掘的C++模板库for UNIX)」· TEX 代码 · 共 11 行

TEX
11
字号
\section{Installation}\label{installation}\subsection{Download}\label{installation_download}\begin{itemize}\item Download {\tt DMTL} from {\tt here}.\item Unpack in some directory executing: {\tt tar} {\tt zfxv} {\tt dmtl.tgz} ,\item Change to {\tt dmtl/test} directory: {\tt cd} {\tt dmtl/test} ,\item To compile the test files:\footnotesize\begin{verbatim}make \end{verbatim}\normalsize Note: All classes in {\tt 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.\end{itemize}\subsection{existing test Programs}\label{installation_Running}Please read the {\tt README} file in the test directory.\subsection{Other Patterns}\label{installation_Mining}{\tt 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 {\tt lcsd05.pdf}, {\tt icfca05.pdf} in {\tt doc} directory. 

⌨️ 快捷键说明

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