Public Member Functions | |
BayesianBiaser (Bayes &b, const int target_class_id, const int distractor_class_id, const bool dobias) | |
Construct with settings for the algorithm. | |
virtual | ~BayesianBiaser () |
Virtual destructor. | |
virtual void | visitChannelBase (ChannelBase &chan) |
Visit the given ChannelBase node. | |
virtual void | visitSingleChannel (SingleChannel &chan) |
Visit the given SingleChannel node. | |
virtual void | visitComplexChannel (ComplexChannel &chan) |
Visit the given ComplexChannel node. |
Definition at line 45 of file BayesianBiaser.H.
BayesianBiaser::BayesianBiaser | ( | Bayes & | b, | |
const int | target_class_id, | |||
const int | distractor_class_id, | |||
const bool | dobias | |||
) |
Construct with settings for the algorithm.
Definition at line 47 of file BayesianBiaser.C.
BayesianBiaser::~BayesianBiaser | ( | ) | [virtual] |
Virtual destructor.
Definition at line 60 of file BayesianBiaser.C.
void BayesianBiaser::visitChannelBase | ( | ChannelBase & | chan | ) | [virtual] |
Visit the given ChannelBase node.
Implements ChannelVisitor.
Definition at line 63 of file BayesianBiaser.C.
References ModelComponent::tagName().
void BayesianBiaser::visitComplexChannel | ( | ComplexChannel & | chan | ) | [virtual] |
Visit the given ComplexChannel node.
Implements ChannelVisitor.
Definition at line 116 of file BayesianBiaser.C.
References ComplexChannel::numChans(), and ComplexChannel::subChan().
void BayesianBiaser::visitSingleChannel | ( | SingleChannel & | chan | ) | [virtual] |
Visit the given SingleChannel node.
Implements ChannelVisitor.
Definition at line 69 of file BayesianBiaser.C.
References ModelComponent::getManager(), and SingleChannel::setSubmapAlgorithm().