MCPcopy 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

getFalsePositivesFunction · 0.85
getFalseNegativesFunction · 0.85
getTrueNegativesFunction · 0.85
getIntersectionOverUnionFunction · 0.85
getSensitivityFunction · 0.85
getPrecisionFunction · 0.85
getAccuracyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected