Biorithm
1.1
|
This class analyzes truth matrices one level at a time in order. More...
#include <LatticeMiner.h>
Public Member Functions | |
LatticeMiner (BinaryMatrix *tm=NULL, Evaluator *evaluator=NULL) | |
virtual LatticeMiner & | operator= (const LatticeMiner &rhs) |
virtual void | setBinaryMatrix (BinaryMatrix *bm) |
virtual void | setBufferSize (unsigned int bufferSize) |
Protected Member Functions | |
virtual void | setEvaluator (Evaluator *evaluator) |
Protected Attributes | |
Lattice * | lattice |
Evaluator * | evaluator |
This class analyzes truth matrices one level at a time in order.
The abstract levelwise truth mining class