#include "stats/enhance.h"
Public Member Functions | |
virtual | ~EnhancerBase () |
void | operator() (const Math::Stats::matrix_type &input_statistics, Math::Stats::matrix_type &enhanced_statistics) const |
Protected Types | |
typedef Math::Stats::matrix_type::ConstColXpr | in_column_type |
typedef Math::Stats::matrix_type::ColXpr | out_column_type |
Protected Member Functions | |
virtual void | operator() (in_column_type, out_column_type) const =0 |
|
protected |
|
protected |
|
inlinevirtual |
|
inline |
|
protectedpure virtual |
Implemented in MR::Stats::Cluster::ClusterSize, and MR::Stats::CFE.