Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1295
double 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
1302
double Project::GetMaxDistEuc()
1303
{
Callers
1
SetBandwidth
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected