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

Method GetMaxDistEuc

Project.cpp:1302–1307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1300}
1301
1302double Project::GetMaxDistEuc()
1303{
1304 if (max_dist_euc >= 0) return max_dist_euc;
1305 CalcEucPlaneRtreeStats();
1306 return max_dist_euc;
1307}
1308
1309double Project::GetMin1nnDistArc()
1310{

Callers 2

GetThreshMaxMethod · 0.80
GetThreshMaxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected