R/segment_selector.R
segments_selector_congas.Rd
This function can be used to exclude from the inference step those segments that are unimodal.
The function requires and returns an (R)CONGAS+ object.
segments_selector_congas(
obj,
K_max = 3,
score = "BIC",
lambda = 0.5,
cores_ratio = 0.5,
CUDA = F,
binom_limits = c(40, 1000)
)
An rcongasplus
object.
Max Number of clusters to test for the congas runs on single segments
Model selection score to be used to select the number of clusters
lambda to use for each congas run
fraction of cores that we be used to run the single CONGAS+ inferences in parallel.
The object obj
where segments have been identified and
removed.