文件名称:详解python实现FP-TREE进行关联规则挖掘
文件大小:22KB
文件格式:ZIP
更新时间:2016-06-15 07:47:49
python 数据挖掘 关联规则
详解python实现FP-TREE进行关联规则挖掘 python3.2实现,可以生成每一步fp树的图片(需要安装PIL)
【文件预览】:
FP-tree
----treebuilder.py(1KB)
----example.py(528B)
----sample.py(3KB)
----__pycache__()
--------node.cpython-32.pyc(3KB)
--------fpnode.cpython-32.pyc(3KB)
--------drawtree.cpython-32.pyc(4KB)
--------sample.cpython-32.pyc(2KB)
--------fptreemining.cpython-32.pyc(6KB)
--------util.cpython-32.pyc(2KB)
--------treebuilder.cpython-32.pyc(3KB)
--------cpbtreebuilder.cpython-32.pyc(2KB)
----fpnode.py(2KB)
----util.py(1KB)
----drawtree.py(3KB)
----fptreemining.py(5KB)
----.idea()
--------scopes()
--------misc.xml(219B)
--------vcs.xml(173B)
--------modules.xml(277B)
--------encodings.xml(171B)
--------FP-tree.iml(355B)
--------workspace.xml(5KB)
----node.py(1KB)
----cpbtreebuilder.py(1KB)