reset {ocd}R Documentation

Reset changepoint detector to initial state

Description

Reset changepoint detector to initial state

Usage

reset(detector)

## S3 method for class 'OCD'
reset(detector)

## S3 method for class 'Mei'
reset(detector)

## S3 method for class 'XS'
reset(detector)

## S3 method for class 'Chan'
reset(detector)

Arguments

detector

Object of class 'Changepoint Detector'

Value

Updated object detector

Methods (by class)


[Package ocd version 1.1 Index]