Main Page   Modules   Namespace List   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

ItemsetOutput Class Reference
[Input/Output Functions]

Output itemsets to a file. More...

#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


Detailed Description

Output itemsets to a file.

Definition at line 47 of file ItemsetOutput.h.


Field Documentation

FILE* ItemsetOutput::out [private]
 

pointer to output file

Definition at line 58 of file ItemsetOutput.h.

Referenced by ItemsetOutput(), printSet(), and ~ItemsetOutput().


The documentation for this class was generated from the following files:
Generated on Thu Dec 4 15:22:07 2003 for MAFIA by doxygen1.2.18