I'm trying to detect temporal relations or temporal patterns in my data . I've used Apriori associater in Weka but seems to ignore the time and find only sequences .
can you please suggest a toolkit or package for temporal pattern mining ?
I'm trying to detect temporal relations or temporal patterns in my data . I've used Apriori associater in Weka but seems to ignore the time and find only sequences .
can you please suggest a toolkit or package for temporal pattern mining ?
Since version 3.8 Weka supports time series analysis using the timeseriesForecasting package.
You can read about it here, or learn about it in the Advanced Data Mining with Weka MOOC (all videos are also available on YouTube).