common_8hpp.html

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

HTML
54
字号
<!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: common.hpp File Reference</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>common.hpp File Reference</h1><p>This graph shows which files directly or indirectly include this file:<p><a href="common_8hpp-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Typedefs</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top>typedef unsigned long&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="common_8hpp.html#a0">itemtype</a></td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The type of the item.  <a href="#a0"></a><br><br></td></tr></table><hr><h2>Typedef Documentation</h2><a class="anchor" name="a0" doxytag="common.hpp::itemtype" ></a><p><table class="mdTable" width="100%" cellpadding="2" cellspacing="0">  <tr>    <td class="mdRow">      <table cellpadding="0" cellspacing="0" border="0">        <tr>          <td class="md" nowrap valign="top"> typedef unsigned long <a class="el" href="common_8hpp.html#a0">itemtype</a>      </table>    </td>  </tr></table><table cellspacing=5 cellpadding=0 border=0>  <tr>    <td>      &nbsp;    </td>    <td><p>The type of the item. <p>Items are represented by non-negative integers. If we know that no itemcode is larger than <img class=formulaInl alt="$2^{16}$" src="form_0.png">, we can recomplie the code using unsigned short as itemtype. <p>Definition at line <a class="el" href="common_8hpp-source.html#l00022">22</a> of file <a class="el" href="common_8hpp-source.html">common.hpp</a>.<p>Referenced by <a class="el" href="Trie_8cpp-source.html#l00150">Trie::add_empty_state()</a>, <a class="el" href="MSApriori__Trie_8cpp-source.html#l00240">MSApriori_Trie::assoc_rule_find()</a>, <a class="el" href="MSApriori__Trie_8cpp-source.html#l00040">MSApriori_Trie::candidate_generation()</a>, <a class="el" href="MSApriori__Trie_8cpp-source.html#l00181">MSApriori_Trie::candidate_generation_assist()</a>, <a class="el" href="Trie_8cpp-source.html#l00089">Trie::delete_infrequent()</a>, <a class="el" href="MSApriori__Trie_8cpp-source.html#l00068">MSApriori_Trie::delete_infrequent()</a>, <a class="el" href="Trie_8cpp-source.html#l00015">Edge_point_less()</a>, <a class="el" href="Trie_8cpp-source.html#l00058">Trie::find_candidate()</a>, <a class="el" href="MSApriori__Trie_8cpp-source.html#l00057">MSApriori_Trie::find_candidate()</a>, <a class="el" href="Input__Output__Manager_8cpp-source.html#l00057">Input_Output_Manager::find_frequent_items()</a>, <a class="el" href="MSApriori__Trie_8cpp-source.html#l00091">MSApriori_Trie::longest_path()</a>, <a class="el" href="Trie_8cpp-source.html#l00134">Trie::max_path_set()</a>, <a class="el" href="MSApriori_8cpp-source.html#l00068">MSApriori::MSAPRIORI_alg()</a>, <a class="el" href="Input__Output__Manager_8cpp-source.html#l00025">Input_Output_Manager::read_in_a_line()</a>, <a class="el" href="MSApriori_8cpp-source.html#l00021">MSApriori::support()</a>, <a class="el" href="MSApriori__Trie_8cpp-source.html#l00096">MSApriori_Trie::write_content_to_file()</a>, and <a class="el" href="MSApriori__Trie_8cpp-source.html#l00278">MSApriori_Trie::write_content_to_file_assist()</a>.    </td>  </tr></table><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 + -
显示快捷键?