Hello folks,
I have a data set containing of two coloumns.
One is a time stamp the other is a binominal Yes/No column.
What I try to do is to find patterns in the Yes/No Data. For example something like 4 times Yes, 1 times no, etc.
The problem is that I cannot really define the pattern I am looking for.
The next level would be to apply a found pattern to another data set and see if the secound data set has similar patterns.
Does anyone has a clue which operators I could use for this?
Thanks in advance