Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试检测数据中的时间关系或时间模式。我在 Weka 中使用过 Apriori 关联器,但似乎忽略了时间,只找到了序列。
你能推荐一个用于时间模式挖掘的工具包或包吗?
从 3.8 版开始,Weka 支持使用timeseriesForecasting包进行时间序列分析。
你可以在这里阅读它,或者在Weka MOOC的高级数据挖掘中了解它(所有视频也可以在YouTube上找到)。