get_complexity_extreme | R Documentation |
Compute best and worst case number of splits.
get_complexity_extreme(N.data,
min.segment.length = 1L,
n.segments = NULL)
N.data |
number of data to segment, positive integer. |
min.segment.length |
minimum segment length, positive integer. |
n.segments |
number of segments, positive integer. |
data.table with one row per model size, and column splits with number of splits to check after computing that model size. Column case has values best (equal segment sizes, min splits to check) and worst (unequal segment sizes, max splits to check).
Toby Dylan Hocking
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.