Python, web log data mining for frequent patterns

為{幸葍}努か 提交于 2019-12-03 16:51:05

1&2: Orange has a frequent pattern mining module. It also supports clustering.

3.I have just check the content of the book. There is not a chapter for frequent pattern mining. Anyway, it is generally a good book for beginners in data mining. You will find it very useful to help you define your problem precisely.

4.You need to understand the input and output of clustering, frequent pattern mining/association rule mining. So google these algorithms, or find a good data mining text book to read.

The Pattern module might be what you are looking for. http://www.clips.ua.ac.be/pages/pattern

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!