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

Function getF1Score

kernels/EvalKernel.hpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 double getF1Score(int label)
103 {
104 return 2.0 * getIntersectionOverUnion(label) /
105 (1.0 + getIntersectionOverUnion(label));
106 }
107
108 double getF1Score()
109 {

Callers

nothing calls this directly

Calls 2

getIntersectionOverUnionFunction · 0.85

Tested by

no test coverage detected