MNE-CPP
0.1.9
A Framework for Electrophysiology
|
This class computes the coherence connectivity metric. More...
#include <coherence.h>
Public Types | |
typedef QSharedPointer< Coherence > | SPtr |
typedef QSharedPointer< const Coherence > | ConstSPtr |
Public Types inherited from CONNECTIVITYLIB::AbstractMetric | |
typedef QSharedPointer< AbstractMetric > | SPtr |
typedef QSharedPointer< const AbstractMetric > | ConstSPtr |
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 |
This class computes the coherence connectivity metric.
This class computes the coherence connectivity metric.
Definition at line 85 of file coherence.h.
typedef QSharedPointer<const Coherence> CONNECTIVITYLIB::Coherence::ConstSPtr |
Const shared pointer type for Coherence.
Definition at line 90 of file coherence.h.
typedef QSharedPointer<Coherence> CONNECTIVITYLIB::Coherence::SPtr |
Shared pointer type for Coherence.
Definition at line 89 of file coherence.h.
|
explicit |
Constructs a Coherence object.
Definition at line 77 of file coherence.cpp.
|
static |
Calculates the coherence between the rows of the data matrix.
[in] | connectivitySettings | The input data and parameters. |
Definition at line 83 of file coherence.cpp.