I have a data set which contains multiple variables varying with time. I want to run a association mining algorithm to mine the variables whose patterns change at the same time.It seems there is something on Temporal Association Mining but couldn't find any package in this. Neither is the topic mentioned in the CRAN Task Views.
Asked
Active
Viewed 431 times
0
-
The changes over time involve repeated patterns? – Pj_ Jul 05 '15 at 09:15
-
@Pj_ not sure, but visually it seems so. I need to find automated way of getting the pattern matching done since the variables inmy data set are around 1300 + – datapanda Jul 05 '15 at 14:43
-
Have you checked AruleSequence? http://cran.r-project.org/web/packages/arulesSequences/arulesSequences.pdf – Pj_ Jul 05 '15 at 16:30