Base class for segmenters
new_seg_cpt(
x = numeric(),
pkg = character(),
base_class = character(),
algorithm = NA,
changepoints = integer(),
fitness = double(),
seg_params = list(),
model_name = "meanshift_norm",
penalty = "BIC",
...
)seg_cpt(x, ...)
A seg_cpt object.
a numeric vector coercible into a stats::ts()
object
name of the package providing the segmenter
class of the underlying object
Algorithm used to find the changepoints
a possibly empty list()
of candidate changepoints
A named double
vector whose name reflects the penalty applied
a possibly empty list()
of segmenter parameters
character indicating the model used to find the changepoints.
character indicating the name of the penalty function used to find the changepoints.
currently ignored