binary_segmentation
1 2 3 | binary_segmentation(x, get_best_split, delta, lambda,
model_selection_function = NULL, cross_validation_function = NULL,
control = hdcd_control())
|
x |
An n x p data matrix |
get_best_split |
A function with formal arguments |
delta |
The minimal relative segment length. |
lambda |
A regularisation parameter for methods that require one. |
model_selection_function |
A function with formal arguments |
cross_validation_function |
A function with formal arguments |
control |
An object of class |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.