#include <ItemsetOutput.h>
Public Methods | |
| ItemsetOutput (char *filename) | |
| Open file for outputting itemsets.  | |
| ~ItemsetOutput () | |
| Close file output stream.  | |
| int | isOpen () | 
| Check if file is open.  | |
| void | printSet (int length, int *iset, int support=-1) | 
| Print out an itemset.  | |
Private Attributes | |
| FILE * | out | 
| pointer to output file  | |
Definition at line 47 of file ItemsetOutput.h.
      
  | 
  
| 
 pointer to output file 
 Definition at line 58 of file ItemsetOutput.h. Referenced by ItemsetOutput(), printSet(), and ~ItemsetOutput().  | 
  
1.2.18