Bias the features at submap idx with mean, intra-class std. dev and inter-sub-class std. dev. More...
#include <Channels/FeatureBiaser.H>
Public Member Functions | |
FeatureBiaser (const double *mean, const double *sigma) | |
Construct with settings for the algorithm. | |
virtual | ~FeatureBiaser () |
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. |
Bias the features at submap idx with mean, intra-class std. dev and inter-sub-class std. dev.
Definition at line 46 of file FeatureBiaser.H.
FeatureBiaser::FeatureBiaser | ( | const double * | mean, | |
const double * | sigma | |||
) |
Construct with settings for the algorithm.
Definition at line 47 of file FeatureBiaser.C.
FeatureBiaser::~FeatureBiaser | ( | ) | [virtual] |
Virtual destructor.
Definition at line 55 of file FeatureBiaser.C.
void FeatureBiaser::visitChannelBase | ( | ChannelBase & | chan | ) | [virtual] |
Visit the given ChannelBase node.
Implements ChannelVisitor.
Definition at line 58 of file FeatureBiaser.C.
References ModelComponent::tagName().
void FeatureBiaser::visitComplexChannel | ( | ComplexChannel & | chan | ) | [virtual] |
Visit the given ComplexChannel node.
Implements ChannelVisitor.
Definition at line 82 of file FeatureBiaser.C.
References ComplexChannel::numChans(), and ComplexChannel::subChan().
void FeatureBiaser::visitSingleChannel | ( | SingleChannel & | chan | ) | [virtual] |
Visit the given SingleChannel node.
Implements ChannelVisitor.
Definition at line 64 of file FeatureBiaser.C.
References ASSERT, SingleChannel::getLevelSpec(), LevelSpec::indexOK(), SingleChannel::killCaches(), and SingleChannel::numSubmaps().