get_complexity_empirical {binsegRcpp} | R Documentation |
get complexity empirical
Description
Get empirical split counts. This is a sub-routine of
get_complexity
, which should typically be used instead.
Usage
get_complexity_empirical(model.dt,
min.segment.length = 1L)
Arguments
model.dt |
splits data table from |
min.segment.length |
Minimum segment length, positive integer. |
Value
data.table with one row per model size, and column splits with number of splits to check after computing that model size.
Author(s)
Toby Dylan Hocking
[Package binsegRcpp version 2023.8.31 Index]