Import SUMs File, Label Events, and Provide Summary Data Imports SUMs files, labels events using a user-specified algorithm, and outputs a list of items including an object with the number of events and total duration of cooking, a table of event start times, stop times, duration, and min and max temperatures; and the raw data with labels.
1 2 | import_and_summarize(file, algorithm = "hapin_cooking_event_detector",
min_event_sec = 10 * 60, min_break_sec = 30 * 60)
|
file |
Path to file being imported |
algorithm |
Algorithm applied to convert temperature data into cooking |
min_event_sec |
minmum number of seconds in a real event |
min_break_sec |
minmum number of seconds in a real non-event |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.