The idea here is to create a detector that is very basic : it would validate only validate the data given a set of rules. The input would be a raw time series from a sensor and as output, it would be a constrained time series such as BinaryTimeSeries, or AnomalyTimeSeries.
Description
The idea here is to create a detector that is very basic : it would validate only validate the data given a set of rules. The input would be a raw time series from a sensor and as output, it would be a constrained time series such as
BinaryTimeSeries
, orAnomalyTimeSeries
.Example