| 577 | } |
| 578 | |
| 579 | inline double MBTR::k3WeightUnity(const int &i, const int &j, const int &k, const vector<vector<double> > &distances) |
| 580 | { |
| 581 | return 1; |
| 582 | } |
| 583 | |
| 584 | vector<map<string, vector<double>>> MBTR::getK2Local(const vector<int> &indices, const vector<int> &Z, const vector<vector<double> > &distances, const vector<vector<int> > &neighbours, const string &geomFunc, const string &weightFunc, const map<string, double> ¶meters, double min, double max, double sigma, int n) |
| 585 | { |
nothing calls this directly
no outgoing calls
no test coverage detected