segmentation.evaluation
segmentation.evaluation copied to clipboard
some cases don't have results
window_diff algorithm is not implemented robustly. for example, if hypothesis = [2]
and reference = [1,1]
then window_diff(hypothesis, reference)
would report an error
decimal.InvalidOperation: 0 / 0