Main Page | Namespace List | Class List | File List | Class Members | File Members

common.hpp File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef unsigned int itemtype
 The type of the item.
typedef unsigned int countertype
 The type of the counter for support counting.


Typedef Documentation

typedef unsigned int countertype
 

The type of the counter for support counting.

Counters are represented by non-negative integers. If we know that the transaction file does not contain more than n $2^{16}$ transactions, we can recomplie the code using unsigned short as type.

Definition at line 32 of file common.hpp.

Referenced by Input_Output_Manager::find_frequent_items(), and Apriori::support().

typedef unsigned int itemtype
 

The type of the item.

Items are represented by non-negative integers. If we know that no itemcode is larger than $2^{16}$, we can recomplie the code using unsigned short as itemtype.

Definition at line 22 of file common.hpp.

Referenced by Input_Output_Manager::read_in_a_line().


Generated on Fri Mar 11 14:48:06 2005 for APRIORI algorithm by  doxygen 1.3.9.1