mirror of
https://github.com/apachecn/ailearning.git
synced 2026-07-01 02:36:12 +08:00
更新链接
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
|
||||
'''
|
||||
Created on Jun 14, 2011
|
||||
Update on 2017-05-18
|
||||
FP-Growth FP means frequent pattern
|
||||
the FP-Growth algorithm needs:
|
||||
1. FP-tree (class treeNode)
|
||||
2. header table (use dict)
|
||||
This finds frequent itemsets similar to apriori but does not find association rules.
|
||||
@author: Peter/片刻
|
||||
《机器学习实战》更新地址:https://github.com/apachecn/MachineLearning
|
||||
'''
|
||||
print(__doc__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user