Biorithm
1.1
|
This class takes an input stream of a matrix data file and analyzes the the independence of the columns. More...
#include <Evaluator.h>
Public Member Functions | |
Evaluator (BinaryMatrix *bm=NULL) | |
virtual Evaluator & | operator= (const Evaluator &rhs) |
virtual void | setBinaryMatrix (BinaryMatrix *bm) |
virtual unsigned int | getUpperBound (const vector< unsigned int > &counts) const =0 |
virtual unsigned int | getUpperBound () const =0 |
Protected Attributes | |
BinaryMatrix * | bm |
This class takes an input stream of a matrix data file and analyzes the the independence of the columns.
The abstract Evaluator class