BALL
1.4.2
|
This is the complete list of members for BALL::QSAR::Statistics, including all inherited members.
centering(std::vector< std::vector< double > > &m) | BALL::QSAR::Statistics | static |
centering(std::vector< double > &v) | BALL::QSAR::Statistics | static |
centering(vector< double > &v, double &mean, double &std) | BALL::QSAR::Statistics | static |
centering(BALL::Matrix< double > &m) | BALL::QSAR::Statistics | static |
centering(BALL::Matrix< double > &m, int col) | BALL::QSAR::Statistics | static |
distance(const BALL::Matrix< double > &m, int &row1, int &row2, double &p) | BALL::QSAR::Statistics | static |
distance(const BALL::Matrix< double > &m1, const BALL::Matrix< double > &m2, int &row1, int &row2, double &p) | BALL::QSAR::Statistics | static |
distance(const BALL::Matrix< double > &m1, const BALL::Matrix< double > &m2, int &row1, int &row2, String &f, String &g) | BALL::QSAR::Statistics | static |
euclDistance(const BALL::Matrix< double > &m1, const BALL::Matrix< double > &m2, int row1, int row2) | BALL::QSAR::Statistics | static |
euclDistance(const Vector< double > &c1, const Vector< double > &c2) | BALL::QSAR::Statistics | static |
euclNorm(const Vector< double > &cv) | BALL::QSAR::Statistics | static |
getCovariance(const vector< double > &v1, const vector< double > &v2, double mean1, double mean2) | BALL::QSAR::Statistics | static |
getCovariance(const BALL::Matrix< double > &m, int col1, int col2, double mean1=-1, double mean2=-1) | BALL::QSAR::Statistics | static |
getMean(const std::vector< double > &v) | BALL::QSAR::Statistics | static |
getMean(const BALL::Matrix< double > &m, int col) | BALL::QSAR::Statistics | static |
getRowCovariance(const vector< vector< double > > &v, int row1, int row2, double mean1=-1, double mean2=-1, std::multiset< int > *features_to_use=0) | BALL::QSAR::Statistics | static |
getRowMean(const vector< vector< double > > &v, int row, std::multiset< int > *features_to_use=0) | BALL::QSAR::Statistics | static |
getRowStddev(const vector< vector< double > > &v, int row, double mean=-1, std::multiset< int > *features_to_use=0) | BALL::QSAR::Statistics | static |
getRowVariance(const vector< vector< double > > &v, int row, double mean=-1, std::multiset< int > *features_to_use=0) | BALL::QSAR::Statistics | static |
getStddev(const vector< double > &v, double mean=-1) | BALL::QSAR::Statistics | static |
getStddev(const BALL::Matrix< double > &m, int col, double mean=-1) | BALL::QSAR::Statistics | static |
getVariance(const std::vector< double > &v, double mean=-1) | BALL::QSAR::Statistics | static |
getVariance(const BALL::Matrix< double > &m, int col, double mean=-1) | BALL::QSAR::Statistics | static |
scalarProduct(const Vector< double > &cv) | BALL::QSAR::Statistics | static |
scaling(std::vector< double > &v) | BALL::QSAR::Statistics | static |
scaling(std::vector< std::vector< double > > &m) | BALL::QSAR::Statistics | static |
sq(const BALL::Matrix< double > &m, int col, double mean=-1) | BALL::QSAR::Statistics | static |
Statistics() | BALL::QSAR::Statistics | inline |
~Statistics() | BALL::QSAR::Statistics | inline |