#include <libBM.h>
Public Member Functions | |
virtual void | condition (const vec &val)=0 |
Substitute val for rvc . | |
BMcond (RV &rv0) | |
Default constructor. | |
virtual | ~BMcond () |
Destructor for future use. | |
const RV & | _rvc () const |
access function | |
Protected Attributes | |
RV | rvc |
Identificator of the conditioning variable. |
Evaluates conditional filtering density $f(rv|rvc,data)$ for a given rvc
which is specified in each step by calling function condition
.
This is an interface class used to assure that certain BM has operation condition
.