MCPcopy Create free account
hub / github.com/PDAL/PDAL / getTrueNegatives

Function getTrueNegatives

kernels/EvalKernel.hpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 point_count_t getTrueNegatives(int label)
76 {
77 return m_confusionMatrix.topRows(m_dim).sum() -
78 getTruePositives(label) - getFalsePositives(label) -
79 getFalseNegatives(label);
80 }
81
82 double getIntersectionOverUnion(int label)
83 {

Callers 3

getIntersectionOverUnionFunction · 0.85
getSpecificityFunction · 0.85
getAccuracyFunction · 0.85

Calls 3

getTruePositivesFunction · 0.85
getFalsePositivesFunction · 0.85
getFalseNegativesFunction · 0.85

Tested by

no test coverage detected