How to train the anomaly detection module for long events (cycles of several hours)
Based on these two previous questions related to the definition of a cycle and this one, regarding the time dependency on module. How should the following case be approached?
Lets assume I have a process for which the cycles last 10 hours each, according to the documentation at least five cycles should the used to train the model, on the other hand, according to this post all cycles should be in a time windows of 24 hours, in this case where the five cycles add up to 50 hours, how should the training be approached?

