Skip to content

Commit 2658317

Browse files
committed
修改文档
1 parent 51bc27e commit 2658317

8 files changed

Lines changed: 5 additions & 3 deletions

docs/12.使用FP-growth算法来高效发现频繁项集.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11

22
# 第12章 使用FP-growth算法来高效发现频繁项集
33

4-
![](../images/12.FP-growth/apachecn_FP_growth_homepage.png)
4+
![](../images/12.FP-growth/apachecn_fp_growth_homepage.png)
55

6-
### 第11章 我们已经介绍了用Apriori算法发现频繁项集与关联规则,本章将继续关注发现频繁项集这一任务,并使用FP-growth算法更有效的挖掘频繁项集。
6+
## 前言
7+
[第11章]() 时我们已经介绍了用 `Apriori` 算法发现 `频繁项集``关联规则`
8+
本章将继续关注发现 `频繁项集` 这一任务,并使用 `FP-growth` 算法更有效的挖掘 `频繁项集`
79

810
## FP-growth 算法简介
911

1012
* 一种非常好的发现频繁项集算法。
11-
* 基于Apriori算法构建,但是数据结构不同,使用叫做 FP树 的数据结构结构来存储集合。下面我们会介绍这种数据结构。
13+
* 基于Apriori算法构建,但是数据结构不同,使用叫做 `FP树` 的数据结构结构来存储集合。下面我们会介绍这种数据结构。
1214

1315
## FP-growth 算法步骤
1416
- 基于数据构建FP树
File renamed without changes.

0 commit comments

Comments
 (0)