multiSeg_Binary_Kern_withApprox {KernSeg}R Documentation

multiSeg Binary Kern withApprox

Description

binary segmentation of an m times n matrix followed by restricted DP

Usage

multiSeg_Binary_Kern_withApprox(ApproxMat, Kmax, weights = NULL)

Arguments

ApproxMat

m x n matrix (m > 2)

Kmax

maximum number of changes

weights

weights

Value

return result after restricted DP on change points recovered after binary segmentation

Author(s)

Guillem Rigaill


[Package KernSeg version 0.0.2 Index]