Learn R Programming

Segmentor3IsBack (version 1.6)

getBreaks: Generic function

Description

Generic function

Usage

getBreaks(object)

Arguments

object
An object of class Segmentor

Value

  • The ML estimates of the breakpoints of the optimal segmentation for each value of k

Details

Returns the slot breaks of an object of class Segmentor

References

PDPA: Rigaill, G. Pruned dynamic programming for optimal multiple change-point detection: Submitted http://arxiv.org/abs/1004.0887

PDPA: Cleynen, A. and Koskas, M. and Lebarbier, E. and Rigaill, G. and Robin, S. Segmentor3IsBack: an R package for the fast and exact segmentation of Seq-data: Submitted http://arxiv.org/abs/1204.5564

See Also

getLikelihood

Examples

Run this code
x=new("Segmentor") # new Segmentor object
getBreaks(x) # retrieves the breaks slot from x

Run the code above in your browser using DataLab