oa::FnDetection::evaluateSegmentation
Multiclass semantic-segmentation metrics over flattened Int32 label matrices. labels outside [0,classCount) are ignored by the confusion accumulator, which provides the ordinary ignore-index behavior.
Function Documentation
Multiclass semantic-segmentation metrics over flattened Int32 label matrices. labels outside [0,classCount) are ignored by the confusion accumulator, which provides the ordinary ignore-index behavior.
Parameters
inPredictedconst Matrix &—
inTargetconst Matrix &—
inClassCountoa::I32—
Returns
SegmentationMetricsResultThe declared return value.