reset: Reset changepoint detector to initial state

Description Usage Arguments Value Methods (by class)

View source: R/ocd.R

Description

Reset changepoint detector to initial state

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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)


ocd documentation built on Oct. 23, 2020, 5:56 p.m.

Related to reset in ocd...