gaitmap.evaluation_utils: Helper to evaluate the output of the algorithms#
Helper functions to evaluate the output of algorithms.
Functions#
|
Find True Positives, False Positives and True Negatives by comparing a segmented stride list with ground truth. |
|
Find matching strides in two stride lists with a certain tolerance. |
Compute the recall. |
|
Compute the precision. |
|
|
Compute the F1 score, also known as balanced F-score or F-measure. |
Compute precision, recall and F1-score. |
|
|
Find True Positives, False Positives and True Negatives by comparing an stride event list with ground truth. |
|
Calculate the error per row between a parameter predicted and a given ground truth. |
Calculate various error metrics between a parameter predicted and a given ground truth. |