mirror of
https://github.com/apachecn/ailearning.git
synced 2026-05-07 14:13:14 +08:00
delete vcs.xml
This commit is contained in:
@@ -52,7 +52,7 @@ class treeNode:
|
||||
从FP树中挖掘出频繁项集
|
||||
|
||||
步骤3:
|
||||
1. 对头部链表进行降序排序
|
||||
1. 对头部链表进行降序排序。
|
||||
2. 对头部链表节点从小到大遍历,得到条件模式基,同时获得一个频繁项集。
|
||||

|
||||
如上图,从头部链表 t 节点开始遍历,t 节点加入到频繁项集。找到以 t 节点为结尾的路径如下:
|
||||
|
||||
Reference in New Issue
Block a user