MCPcopy Create free account
hub / github.com/SINGROUP/dscribe / k3WeightUnity

Method k3WeightUnity

dscribe/ext/mbtr.cpp:579–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579inline double MBTR::k3WeightUnity(const int &i, const int &j, const int &k, const vector<vector<double> > &distances)
580{
581 return 1;
582}
583
584vector<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> &parameters, double min, double max, double sigma, int n)
585{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected