Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TUC-ProAut/libRSF
/ RMSE
Function
RMSE
src/Statistics.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
double RMSE(const Vector V)
46
{
47
return sqrt(V.squaredNorm() / V.size());
48
}
49
}
Callers
1
ATE
Function · 0.85
Calls
no outgoing calls
Tested by
1
ATE
Function · 0.68