vocalpy.metrics.segmentation

vocalpy.metrics.segmentation#

Metrics for segmentation algorithms.

Functions

fscore(hypothesis, reference[, tolerance, ...])

Compute the F-score for a segmentation.

precision(hypothesis, reference[, ...])

Compute precision \(P\) for a segmentation.

recall(hypothesis, reference[, tolerance, ...])

Compute recall \(R\) for a segmentation.

Modules

ir

Metrics for segmentation adapted from information retrieval.