Learn R Programming

Segmentor3IsBack (version 1.5)

getKmax: Generic function

Description

Generic function

Usage

getKmax(object)

Arguments

object
An object of class Segmentor

Value

  • An integer of the maximum number of segments considered for the analysis of the dataset.

Details

Returns the slot Kmax 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 Rigaill, G. A Generic Implementation of the Pruned Dynamic Programing Algorithm: Submitted http://arxiv.org/abs/1204.5564

See Also

getModel

Examples

Run this code
x=new("Segmentor") # new EBS object
getKmax(x) # retrieves the Kmax slot from x

Run the code above in your browser using DataLab