MCPcopy Create free account
hub / github.com/THUNLP-MT/MEAN / parameter_set4scale

Function parameter_set4scale

evaluation/TMscore.cpp:3139–3147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3137}
3138
3139void parameter_set4scale(const int len, const double d_s, double &Lnorm,
3140 double &d0, double &d0_search)
3141{
3142 d0=d_s;
3143 Lnorm=len; //normalize TMscore by this in searching
3144 d0_search=d0;
3145 if (d0_search>8) d0_search=8;
3146 if (d0_search<4.5) d0_search=4.5;
3147}
3148
3149/**************************************************************************
3150Implemetation of Kabsch algoritm for finding the best rotation matrix

Callers 1

TMscore_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected