This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef unsigned long | itemtype |
The type of the item. |
|
The type of the item. Items are represented by non-negative integers. If we know that no itemcode is larger than , we can recomplie the code using unsigned short as itemtype. Definition at line 22 of file common.hpp. Referenced by Trie::add_empty_state(), Apriori::APRIORI_alg(), Apriori_Trie::candidate_generation(), Apriori_Trie::candidate_generation_assist(), Trie::delete_infrequent(), Apriori_Trie::delete_infrequent(), Edge_point_less(), Trie::find_candidate(), Apriori_Trie::find_candidate(), Input_Output_Manager::find_frequent_items(), Input_Output_Manager::read_in_a_line(), and Apriori::support(). |