Biorithm  1.1
Public Member Functions | Protected Member Functions | Protected Attributes
Miner Class Reference

This class takes an input stream of a matrix data file and analyzes the the independence of the columns. More...

#include <Miner.h>

Inheritance diagram for Miner:
Monitorable LatticeMiner LevelwiseMiner MafiaMiner DualMiner StandardMiner TopKMiner HPosMiner PosMiner SPMiner TreeMiner

List of all members.

Public Member Functions

 Miner (BinaryMatrix *bm=NULL)
 Miner (const Miner &src)
virtual Mineroperator= (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

BinaryMatrixbm
vector< ofstream * > pborder_out
ofstream time_out
ofstream level_out
double starttime
char errmsg [512]

Detailed Description

This class takes an input stream of a matrix data file and analyzes the the independence of the columns.


The documentation for this class was generated from the following file:
 All Classes Functions Variables Typedefs Friends