#include <graph_tokenizer.h>
Public Types | |
typedef vat< GRAPH_PROP, V_Fk1_MINE_PROP, ALLOC, std::vector > | VAT |
Public Member Functions | |
tokenizer (const int max=LINE_SZ) | |
template<class SM_T> | |
int | parse_next_trans (ifstream &infile, pat_fam< GRAPH_PATTERN > &freq_pats, storage_manager< GRAPH_PATTERN, VAT, ALLOC, SM_T > &vat_hmap) |
the template argument is instantiated with a pattern that has undirected pattern property(graph), MINING_PROPS type of mining property, ST type of pattern storage and CC type of canocial code.
tokenizer< GRAPH_PATTERN, DMTL_TKNZ_PROP, ALLOC >::tokenizer | ( | const int | max = LINE_SZ |
) | [inline] |
constructor for tokenizer
int tokenizer< GRAPH_PATTERN, DMTL_TKNZ_PROP, ALLOC >::parse_next_trans | ( | ifstream & | infile, | |
pat_fam< GRAPH_PATTERN > & | freq_pats, | |||
storage_manager< GRAPH_PATTERN, VAT, ALLOC, SM_T > & | vat_hmap | |||
) | [inline] |