Developer documentation
Version 3.0.3-105-gd3941f44
MR::Stats::Cluster::ClusterSize Class Reference

#include "stats/cluster.h"

Inheritance diagram for MR::Stats::Cluster::ClusterSize:
MR::Stats::TFCE::EnhancerBase MR::Stats::EnhancerBase

Protected Member Functions

void operator() (in_column_type in, out_column_type out) const override
 
void operator() (in_column_type, const value_type, out_column_type) const override
 
virtual void operator() (in_column_type, const value_type, out_column_type) const =0
 
virtual void operator() (in_column_type, out_column_type) const =0
 

Protected Attributes

const Filter::Connectorconnector
 
value_type threshold
 

Additional Inherited Members

- Public Member Functions inherited from MR::Stats::EnhancerBase
virtual ~EnhancerBase ()
 
void operator() (const Math::Stats::matrix_type &input_statistics, Math::Stats::matrix_type &enhanced_statistics) const
 
- Protected Types inherited from MR::Stats::EnhancerBase
typedef Math::Stats::matrix_type::ConstColXpr in_column_type
 
typedef Math::Stats::matrix_type::ColXpr out_column_type
 

Detailed Description

Definition at line 40 of file cluster.h.

Member Function Documentation

◆ operator()() [1/2]

void MR::Stats::Cluster::ClusterSize::operator() ( in_column_type  in,
out_column_type  out 
) const
inlineoverrideprotectedvirtual

Implements MR::Stats::EnhancerBase.

Definition at line 53 of file cluster.h.

◆ operator()() [2/2]

void MR::Stats::Cluster::ClusterSize::operator() ( in_column_type  ,
const  value_type,
out_column_type   
) const
overrideprotectedvirtual

Member Data Documentation

◆ connector

const Filter::Connector& MR::Stats::Cluster::ClusterSize::connector
protected

Definition at line 50 of file cluster.h.

◆ threshold

value_type MR::Stats::Cluster::ClusterSize::threshold
protected

Definition at line 51 of file cluster.h.


The documentation for this class was generated from the following file: