MNE-CPP  0.1.9
A Framework for Electrophysiology
Public Types | Public Member Functions | Static Public Member Functions | List of all members
CONNECTIVITYLIB::Coherency Class Reference

This class computes the coherency connectivity metric. More...

#include <coherency.h>

Public Types

typedef QSharedPointer< CoherencySPtr
 
typedef QSharedPointer< const CoherencyConstSPtr
 
- Public Types inherited from CONNECTIVITYLIB::AbstractMetric
typedef QSharedPointer< AbstractMetricSPtr
 
typedef QSharedPointer< const AbstractMetricConstSPtr
 

Public Member Functions

 Coherency ()
 
- Public Member Functions inherited from CONNECTIVITYLIB::AbstractMetric
 AbstractMetric ()
 

Static Public Member Functions

static void calculateAbs (Network &finalNetwork, ConnectivitySettings &connectivitySettings)
 
static void calculateImag (Network &finalNetwork, ConnectivitySettings &connectivitySettings)
 

Additional Inherited Members

- Static Public Attributes inherited from CONNECTIVITYLIB::AbstractMetric
static bool m_bStorageModeIsActive = false
 
static int m_iNumberBinStart = -1
 
static int m_iNumberBinAmount = -1
 

Detailed Description

This class computes the coherency connectivity metric.

This class computes the coherency connectivity metric.

Definition at line 86 of file coherency.h.

Inheritance diagram for CONNECTIVITYLIB::Coherency:
Inheritance graph

Member Typedef Documentation

◆ ConstSPtr

typedef QSharedPointer<const Coherency> CONNECTIVITYLIB::Coherency::ConstSPtr

Const shared pointer type for Coherency.

Definition at line 91 of file coherency.h.

◆ SPtr

Shared pointer type for Coherency.

Definition at line 90 of file coherency.h.

Constructor & Destructor Documentation

◆ Coherency()

Coherency::Coherency ( )
explicit

Constructs a Coherency object.

Definition at line 79 of file coherency.cpp.

Member Function Documentation

◆ calculateAbs()

void Coherency::calculateAbs ( Network finalNetwork,
ConnectivitySettings connectivitySettings 
)
static

Calculates the absolute value of coherency of the rows of the data matrix.

Parameters
[out]finalNetworkThe resulting network.
[in]connectivitySettingsThe input data and parameters.

Definition at line 85 of file coherency.cpp.

◆ calculateImag()

void Coherency::calculateImag ( Network finalNetwork,
ConnectivitySettings connectivitySettings 
)
static

Calculates the imaginary part of coherency of the rows of the data matrix.

Parameters
[out]finalNetworkThe resulting network.
[in]connectivitySettingsThe input data and parameters.

Definition at line 156 of file coherency.cpp.


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