Description Usage Arguments Value
View source: R/utils_offset_explorer.R
Function for manually finding offsets between a set of labels and Hyfe detections
1 | offset_explorer(alias_id, labels, sounds, prediction_threshold = 0.7)
|
alias_id |
The research alias you want to inspect. |
labels |
A |
sounds |
The |
prediction_threshold |
Cough prediction score threshold to use for plotting coughs v other noises. Will not change the data. |
Nothing. When this function is run, a Shiny app launches that allows the user to identify the offset. You would
take note of that offset then use it to build up a dataframe
of offsets to pass to hyfe_performance()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.