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

This class computes the imaginary coherence connectivity metric. More...

#include <imagcoherence.h>

Public Types

typedef QSharedPointer< ImagCoherenceSPtr
 
typedef QSharedPointer< const ImagCoherenceConstSPtr
 
- Public Types inherited from CONNECTIVITYLIB::AbstractMetric
typedef QSharedPointer< AbstractMetricSPtr
 
typedef QSharedPointer< const AbstractMetricConstSPtr
 

Public Member Functions

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

Static Public Member Functions

static Network calculate (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 imaginary coherence connectivity metric.

This class computes the imaginary coherence connectivity metric.

Definition at line 85 of file imagcoherence.h.

Inheritance diagram for CONNECTIVITYLIB::ImagCoherence:
Inheritance graph

Member Typedef Documentation

◆ ConstSPtr

Const shared pointer type for ImagCoherence.

Definition at line 90 of file imagcoherence.h.

◆ SPtr

Shared pointer type for ImagCoherence.

Definition at line 89 of file imagcoherence.h.

Constructor & Destructor Documentation

◆ ImagCoherence()

ImagCoherence::ImagCoherence ( )
explicit

Constructs a ImagCoherence object.

Definition at line 76 of file imagcoherence.cpp.

Member Function Documentation

◆ calculate()

Network ImagCoherence::calculate ( ConnectivitySettings connectivitySettings)
static

Calculates the imaginary coherence between the rows of the data matrix.

Parameters
[in]connectivitySettingsThe input data and parameters.
Returns
The connectivity information in form of a network structure.

Definition at line 82 of file imagcoherence.cpp.


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