multiSeg_Binary_Kern_withApprox {KernSeg} | R Documentation |
binary segmentation of an m times n matrix followed by restricted DP
multiSeg_Binary_Kern_withApprox(ApproxMat, Kmax, weights = NULL)
ApproxMat |
m x n matrix (m > 2) |
Kmax |
maximum number of changes |
weights |
weights |
return result after restricted DP on change points recovered after binary segmentation
Guillem Rigaill