This function marks temporalchanges in the input vector.
detect_temporalchanges(
x,
timestamps,
apriori,
...,
plot = FALSE,
verbose = FALSE,
title = NULL
)
# S4 method for numeric,Apriori
detect_temporalchanges(x, timestamps, apriori, plot, verbose, title)
numeric vector of values
timestamp vector
Apriori class
optional parameters, depending on signature:
prints comprehensive plots
prints comprehensive information
adds title to the plot
Logical vector with same length as x, specifying TRUE for the duration of a temporal change.
x = numeric,apriori = Apriori
: