getPos {Segmentor3IsBack}R Documentation

Generic function

Description

Generic function

Usage

getPos(object)

Arguments

object

An object of class Segmentor

Details

Returns the slot Pos of an object of class Segmentor

Value

The matrix of the last change-point location of the segmentation in i segments up to point j

Author(s)

Alice Cleynen

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 (2014): an R package for the fast and exact segmentation of Seq-data Algorithms for Molecular Biology

See Also

getCost;getBreaks

Examples

x=new("Segmentor") # new Segmentor object
getPos(x) # retrieves the pos slot from x

[Package Segmentor3IsBack version 2.0 Index]