34#ifndef PARTIALDIRECTEDCOHERENCE_H
35#define PARTIALDIRECTEDCOHERENCE_H
49#include <QSharedPointer>
92 typedef QSharedPointer<PartialDirectedCoherence>
SPtr;
93 typedef QSharedPointer<const PartialDirectedCoherence>
ConstSPtr;
Common static knobs shared by every functional-connectivity estimator in CONNECTIVITYLIB.
Export/import macros for the CONNECTIVITYLIB functional-connectivity library.
#define CONNECTIVITYSHARED_EXPORT
Functional connectivity metrics (coherence, PLV, cross-correlation, etc.).
Aggregates trial data, spectral cache and node geometry shared by all CONNECTIVITYLIB metrics.
QSharedPointer< const PartialDirectedCoherence > ConstSPtr
QSharedPointer< PartialDirectedCoherence > SPtr
PartialDirectedCoherence()
static Network calculate(ConnectivitySettings &connectivitySettings)
Graph container for one connectivity metric; nodes + weighted edges + threshold/visualisation state.