42#include "../connectivity_global.h"
45#include "../connectivitysettings.h"
51#include <QSharedPointer>
67namespace CONNECTIVITYLIB {
85 typedef QSharedPointer<Correlation>
SPtr;
86 typedef QSharedPointer<const Correlation>
ConstSPtr;
122 static void reduce(Eigen::MatrixXd &resultData,
123 const Eigen::MatrixXd &data);
#define CONNECTIVITYSHARED_EXPORT
AbstractMetric class declaration.
This class is a container for connectivity settings.
This class provides basic functionalities for all implemented metrics.
This class computes the correlation metric.
QSharedPointer< const Correlation > ConstSPtr
QSharedPointer< Correlation > SPtr
This class holds information about a network, can compute a distance table and provide network metric...