Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ getTruePositives
Function
getTruePositives
kernels/EvalKernel.hpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
point_count_t getTruePositives(int label)
60
{
61
return m_confusionMatrix(label, label);
62
}
63
64
point_count_t getFalsePositives(int label)
65
{
Callers
7
getFalsePositives
Function · 0.85
getFalseNegatives
Function · 0.85
getTrueNegatives
Function · 0.85
getIntersectionOverUnion
Function · 0.85
getSensitivity
Function · 0.85
getPrecision
Function · 0.85
getAccuracy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected