Hello!
I'm working on a model to predict/detect anomalies of engine sensors. This
engine has different states, for example it can be in 'Reverse', 'Idle' or
'Forward' while being in Gear-D1, -H2, F3, etc. My assumption is that sensor
values will have a different pattern depending on the state and gear of the
engine at a specific time. In the model’s input file, I'm using SequenceIdIDX
('S' flag) for those fields (state, gear). Is this flag appropriate for what
i'm trying to do?
Also, could someone please provide a definition of the following field flags
used during swarming?
-SequenceIdIdx
-ResetIdx
-CategoryIdx
-LearningIdx
Thanks,
Ghislain