v2.0.0
Loading...
Searching...
No Matches
CONNECTIVITYLIB Namespace Reference

Functional connectivity metrics (coherence, PLV, cross-correlation, etc.). More...

Classes

class  Connectivity
 This class is a container for connectivity settings. More...
class  ConnectivitySettings
 This class is a container for connectivity settings. More...
class  AbstractMetric
 This class provides basic functionalities for all implemented metrics. More...
class  Coherence
 This class computes the coherence connectivity metric. More...
class  Coherency
 This class computes the coherency connectivity metric. More...
class  Correlation
 This class computes the correlation metric. More...
class  CrossCorrelation
 This class computes the cross correlation connectivity metric. More...
class  DebiasedSquaredWeightedPhaseLagIndex
 This class computes the weighted phase lag index connectivity metric. More...
class  ImagCoherence
 This class computes the imaginary coherence connectivity metric. More...
class  PhaseLagIndex
 This class computes the phase lag index connectivity metric. More...
class  PhaseLockingValue
 This class computes the phase locking value connectivity metric. More...
class  UnbiasedSquaredPhaseLagIndex
 This class computes the phase lag index connectivity metric. More...
class  WeightedPhaseLagIndex
 This class computes the phase lag index connectivity metric. More...
struct  VisualizationInfo
class  Network
 This class holds information about a network, can compute a distance table and provide network metrics. More...
class  NetworkEdge
 This class holds an object to describe the edge of a network. More...
class  NetworkNode
 This class holds an object to describe the node of a network. More...

Functions

const char * buildDateTime ()
const char * buildHash ()
const char * buildHashLong ()

Detailed Description

Functional connectivity metrics (coherence, PLV, cross-correlation, etc.).

Function Documentation

◆ buildDateTime()

const char * CONNECTIVITYLIB::buildDateTime ( )

Returns build date and time.

Definition at line 46 of file connectivity_global.cpp.

◆ buildHash()

const char * CONNECTIVITYLIB::buildHash ( )

Returns abbreviated build git hash.

Definition at line 50 of file connectivity_global.cpp.

◆ buildHashLong()

const char * CONNECTIVITYLIB::buildHashLong ( )

Returns full build git hash.

Definition at line 54 of file connectivity_global.cpp.