multiSeg_Binary_Mean {KernSeg} | R Documentation |
Function to run binary segmentation ona m x n matrix
multiSeg_Binary_Mean(geno, weights = NULL, Kmax)
geno |
m x n matrix where m is the number of chanel and n the length of the data |
weights |
an optionnal weight vector |
Kmax |
the maximum number of changes |
Output of the C code wit x_i the signal, weights, weights, K the max number of breaks n the length of the signal, P the number of dimension, list of recovered change-points during the successive step of binary segmentation, J.est cost of the segmentations
Guillem Rigaill