mirror of
https://github.com/apachecn/ailearning.git
synced 2026-05-10 00:02:09 +08:00
delete valid file
This commit is contained in:
6
.idea/vcs.xml
generated
6
.idea/vcs.xml
generated
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -52,7 +52,7 @@ class treeNode:
|
||||
从FP树中挖掘出频繁项集
|
||||
|
||||
步骤3:
|
||||
1. 对头部链表进行降序排序。
|
||||
1. 对头部链表进行降序排序
|
||||
2. 对头部链表节点从小到大遍历,得到条件模式基,同时获得一个频繁项集。
|
||||

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