compare_models {segmenter} | R Documentation |
Compare two or more models
compare_models(objs, type = "emission", plot = FALSE, ...)
objs |
A list of segmentation items |
type |
A string. What to compare. Default to 'emission' |
plot |
A logical. |
... |
Other arguments passed to plot |
A numeric vector or a plot with the same values.
compare_models(test_objs) compare_models(test_objs, type = 'likelihood')