27 double(mat_wrapper.
matrix().cols());
31 double(mat_wrapper.
matrix().cols()) -
85 Eigen::Map<const Eigen::VectorXd> corr(tstr.
vector().data(),
Returns correlation values.
std::string short_header(const Configuration &_config) const override
bool parse_args(const std::string &args) override
bool init(const Configuration &_tmplt) const override
double evaluate(const Configuration &_config) const override
std::string m_selection
specifies which selection to use as the population
DataFormatter< Configuration > m_format
Formatter which is used to obtain correlations.
Eigen::VectorXd m_avg_corr
The average correlation vector of the population.
Eigen::MatrixXd m_gram_mat
Gram matrix, which defind Mahalanobis scalar product.
boost::iterator_range< iterator > all()
const Eigen::MatrixXd & matrix()
const std::vector< T > & vector() const
Eigen::Matrix< typename Derived::Scalar, Derived::RowsAtCompileTime, Derived::ColsAtCompileTime > inverse(const Eigen::MatrixBase< Derived > &M)
Return the integer inverse matrix of an invertible integer matrix.
IdentitySymRepBuilder Identity()