msapriori_8hpp-source.html

来自「Aprior的C++实现算法」· HTML 代码 · 共 51 行

HTML
51
字号
<!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>APRIORI algorithm: MSApriori.hpp Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.5 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><h1>MSApriori.hpp</h1><a href="MSApriori_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/***************************************************************************</span>00002 <span class="comment">                          msapriori.h  -  description</span>00003 <span class="comment">                             -------------------</span>00004 <span class="comment">    begin                : cs dec 26 2002</span>00005 <span class="comment">    copyright            : (C) 2002 by Ferenc Bodon</span>00006 <span class="comment">    email                : bodon@mit.bme.hu</span>00007 <span class="comment"> ***************************************************************************/</span>00008 00009 <span class="preprocessor">#ifndef MSAPRIORI_H</span>00010 <span class="preprocessor"></span><span class="preprocessor">#define MSAPRIORI_H</span>00011 <span class="preprocessor"></span>00012 <span class="preprocessor">#include "<a class="code" href="MSApriori__Trie_8hpp.html">MSApriori_Trie.hpp</a>"</span>00013 <span class="preprocessor">#include &lt;map&gt;</span>00014 00015 <a name="l00072"></a><a class="code" href="classMSApriori.html">00072</a> <span class="keyword">class </span><a class="code" href="classMSApriori.html">MSApriori</a> {00073 <span class="keyword">public</span>:00074    <a class="code" href="classMSApriori.html#a0">MSApriori</a>( ifstream&amp; basket_file, <span class="keyword">const</span> <span class="keywordtype">char</span>* output_file_name, <span class="keyword">const</span> <span class="keywordtype">bool</span> <a class="code" href="classMSApriori.html#r3">store_input</a> );00075 00077    <span class="keywordtype">void</span> <a class="code" href="classMSApriori.html#a1">MSAPRIORI_alg</a>( ifstream&amp; mis_file, <span class="keyword">const</span> <span class="keywordtype">double</span> min_conf, 00078                        <span class="keyword">const</span> <span class="keywordtype">bool</span> quiet, <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> size_threshold );00079    <a class="code" href="classMSApriori.html#a2">~MSApriori</a>();00080 <span class="keyword">private</span>:00081 00083    <span class="keywordtype">void</span> <a class="code" href="classMSApriori.html#d0">support</a>( <span class="keyword">const</span> <a class="code" href="common_8hpp.html#a0">itemtype</a>&amp; candidate_size );00084 00085 <span class="keyword">protected</span>:00086    <span class="comment">// No protected class data members</span>00087 00088 <span class="keyword">private</span>:<a name="l00090"></a><a class="code" href="classMSApriori.html#r0">00090</a>    <a class="code" href="classMSApriori__Trie.html">MSApriori_Trie</a>*                        <a class="code" href="classMSApriori.html#r0">msapriori_trie</a>;<a name="l00092"></a><a class="code" href="classMSApriori.html#r1">00092</a>    <a class="code" href="classInput__Output__Manager.html">Input_Output_Manager</a>                   <a class="code" href="classMSApriori.html#r1">input_output_manager</a>;<a name="l00094"></a><a class="code" href="classMSApriori.html#r2">00094</a>    map&lt;vector&lt;itemtype&gt;, <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>&gt;   <a class="code" href="classMSApriori.html#r2">reduced_baskets</a>;<a name="l00096"></a><a class="code" href="classMSApriori.html#r3">00096</a>    <span class="keywordtype">bool</span>                                   <a class="code" href="classMSApriori.html#r3">store_input</a>;00097 };00098 00099 <span class="preprocessor">#endif</span></pre></div><hr size="1"><address style="align: right;"><small>Generated on Sun Jun 20 23:41:08 2004 for APRIORI algorithm by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.5 </small></address></body></html>

⌨️ 快捷键说明

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