MCPcopy Create free account
hub / github.com/GeoDaCenter/geoda / GetMax1nnDistEuc

Method GetMax1nnDistEuc

Project.cpp:1295–1300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1293}
1294
1295double Project::GetMax1nnDistEuc()
1296{
1297 if (max_1nn_dist_euc >= 0) return max_1nn_dist_euc;
1298 CalcEucPlaneRtreeStats();
1299 return max_1nn_dist_euc;
1300}
1301
1302double Project::GetMaxDistEuc()
1303{

Callers 1

SetBandwidthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected