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

Method k2WeightUnity

dscribe/ext/mbtr.cpp:513–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511}
512
513inline double MBTR::k2WeightUnity(const int &i, const int &j, const vector<vector<double> > &distances)
514{
515 return 1;
516}
517
518inline double MBTR::k2WeightExponential(const int &i, const int &j, const vector<vector<double> > &distances, double scale)
519{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected