📄 eclat.h,v
字号:
head 1.1;access;symbols;locks zaki:1.1; strict;comment @ * @;1.1date 2001.06.12.16.41.58; author zaki; state Exp;branches;next ;desc@Charm with Hashing.@1.1log@Initial revision@text@#ifndef __ECLAT_H#define __ECLAT_H#include<iostream.h>#include "assoc.h"#include "List.h"#include "Itemset.h"#include "Array.h"#include "Graph.h"#define BOTUP 0#define HYBRID 1extern boolean ECLAT_bfs;extern boolean ECLAT_eqc;extern int ECLAT_search;extern Array<int> NumLargeItemset;extern int maxiter;extern Array<int> *MaxAry;class Eqclass: public List<Itemset *>{public: static Itemset *iset; static void alloc_tmpiset(int sz);};void find_large_bfs(Eqclass *cluster, int iter);void process_hybrid_main(Eqclass *cluster, int iter);extern boolean prune2it (int vi, int vj);extern Eqclass *get_ext_eqclass(int i1, Array<int> *cls, int sort);extern void process_rhybrid(Eqclass *cluster, int iter);#endif //__ECLAT_H@
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -