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