View source: R/har_plot_ensemble.R
| har_ensemble_plot | R Documentation |
Visualize ensemble detection results and the individual model votes stored
by har_ensemble_fuzzy().
The plotting helpers do not recompute detections. They use the attributes attached to the detection object as the source of truth.
har_ensemble_plot(detection, serie, threshold = NULL, time_idx = NULL)
detection |
A detection object returned by |
serie |
Numeric vector with the original time series. |
threshold |
Optional threshold override for the score panel. |
time_idx |
Optional x-axis vector. |
A patchwork object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.