get_complexity_worst {binsegRcpp} | R Documentation |
Get full sequence of splits which results in worst case time complexity.
get_complexity_worst(N.data,
min.segment.length)
N.data |
N.data |
min.segment.length |
min.segment.length |
Toby Dylan Hocking