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

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

#include <coherence.h>

Public Types

typedef QSharedPointer< CoherenceSPtr
 
typedef QSharedPointer< const CoherenceConstSPtr
 
- Public Types inherited from CONNECTIVITYLIB::AbstractMetric
typedef QSharedPointer< AbstractMetricSPtr
 
typedef QSharedPointer< const AbstractMetricConstSPtr
 

Public Member Functions

 Coherence ()
 
- 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 coherence connectivity metric.

This class computes the coherence connectivity metric.

Definition at line 85 of file coherence.h.

Inheritance diagram for CONNECTIVITYLIB::Coherence:
Inheritance graph

Member Typedef Documentation

◆ ConstSPtr

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

Const shared pointer type for Coherence.

Definition at line 90 of file coherence.h.

◆ SPtr

Shared pointer type for Coherence.

Definition at line 89 of file coherence.h.

Constructor & Destructor Documentation

◆ Coherence()

Coherence::Coherence ( )
explicit

Constructs a Coherence object.

Definition at line 77 of file coherence.cpp.

Member Function Documentation

◆ calculate()

Network Coherence::calculate ( ConnectivitySettings connectivitySettings)
static

Calculates the 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 83 of file coherence.cpp.


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