修改文档

This commit is contained in:
wangyangting
2017-09-24 20:33:25 +08:00
parent 51bc27e626
commit 2658317336
8 changed files with 5 additions and 3 deletions

View File

@@ -1,14 +1,16 @@
# 第12章 使用FP-growth算法来高效发现频繁项集
![](../images/12.FP-growth/apachecn_FP_growth_homepage.png)
![](../images/12.FP-growth/apachecn_fp_growth_homepage.png)
### 第11章 我们已经介绍了用Apriori算法发现频繁项集与关联规则本章将继续关注发现频繁项集这一任务并使用FP-growth算法更有效的挖掘频繁项集。
## 前言
在 [第11章]() 时我们已经介绍了用 `Apriori` 算法发现 `频繁项集``关联规则`
本章将继续关注发现 `频繁项集` 这一任务,并使用 `FP-growth` 算法更有效的挖掘 `频繁项集`
## FP-growth 算法简介
* 一种非常好的发现频繁项集算法。
* 基于Apriori算法构建,但是数据结构不同,使用叫做 FP树 的数据结构结构来存储集合。下面我们会介绍这种数据结构。
* 基于Apriori算法构建,但是数据结构不同,使用叫做 `FP树` 的数据结构结构来存储集合。下面我们会介绍这种数据结构。
## FP-growth 算法步骤
- 基于数据构建FP树

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

Before

Width:  |  Height:  |  Size: 115 KiB

After

Width:  |  Height:  |  Size: 115 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB