Biorithm
1.1
|
This class takes an input stream of a matrix data file and analyzes the the independence of the columns. More...
#include <Miner.h>
Public Member Functions | |
Miner (BinaryMatrix *bm=NULL) | |
Miner (const Miner &src) | |
virtual Miner & | operator= (const Miner &rhs) |
virtual const char * | analyze () |
virtual void | setBinaryMatrix (BinaryMatrix *bm) |
virtual void | transpose (const char *coltype) |
Protected Member Functions | |
virtual ofstream & | pborder (unsigned int level) |
virtual void | print (const Itemset &is, ostream &out) const |
virtual void | print (const Itemset *is, ostream &out) const |
virtual void | analyzeHelper ()=0 |
Protected Attributes | |
BinaryMatrix * | bm |
vector< ofstream * > | pborder_out |
ofstream | time_out |
ofstream | level_out |
double | starttime |
char | errmsg [512] |
This class takes an input stream of a matrix data file and analyzes the the independence of the columns.