Learn R Programming

Segmentor3IsBack (version 1.5)

getParameters: Generic function

Description

Generic function

Usage

getParameters(object)

Arguments

object
An object of class Segmentor

Value

  • The ML estimates of each segment's parameter of the optimal segmentation for each value of k } references{ PDPA: Rigaill, G. Pruned dynamic programming for optimal multiple change-point detection: emph{Submitted} url{http://arxiv.org/abs/1004.0887}

    PDPA: Cleynen, A. and Koskas, M. and Rigaill, G. A Generic Implementation of the Pruned Dynamic Programing Algorithm: emph{Submitted} url{http://arxiv.org/abs/1204.5564}

    } author{Alice Cleynen}

    seealso{ code{getBreaks} }

    examples{ x=new("Segmentor") # new Segmentor object getParameters(x) # retrieves the parameters slot from x }

    keyword{methods} keyword{parameters} keyword{changepoints}

Details

Returns the slot parameters of an object of class Segmentor