callcut.pipeline.RecordingEvaluation🔗
- class callcut.pipeline.RecordingEvaluation(recording, ground_truth, predictions, matches, event_metrics, boundary_accuracy, frame_metrics)[source]🔗
Evaluation results for a single recording.
- Parameters:
- recording
RecordingInfo Metadata about the evaluated recording.
- ground_truth
tupleofInterval Ground truth call intervals.
- predictions
tupleofInterval Predicted call intervals.
- matches
tupleofMatch Matches between ground truth and predictions.
- event_metrics
EventMetrics Event-level precision, recall, and F1.
- boundary_accuracy
BoundaryAccuracy Onset/offset timing errors.
- frame_metrics
FrameMetrics Frame-level precision, recall, and F1.
- recording