| 511 | } |
| 512 | |
| 513 | inline double MBTR::k2WeightUnity(const int &i, const int &j, const vector<vector<double> > &distances) |
| 514 | { |
| 515 | return 1; |
| 516 | } |
| 517 | |
| 518 | inline double MBTR::k2WeightExponential(const int &i, const int &j, const vector<vector<double> > &distances, double scale) |
| 519 | { |
nothing calls this directly
no outgoing calls
no test coverage detected