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