Skip to content

Commit

Permalink
fix img url
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya committed Nov 7, 2018
1 parent 43beb87 commit d93b84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/16-Ensemble-Learning/16.3-Learning-Ensembles.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $$

这里我们描述一种对增强树模型的修改模型,它针对单个规则(Friedman and Popescu, 2003)。我们在 9.3 节 PRIM 方法的讨论中碰到过规则。想法是通过从集合中的每棵树构造一系列规则来增强树。

![](../img/12/fig12.9.png)
![](../img/16/fig16.9.png)

图 16.9 描述了一棵小树,带编号的结点。下面的规则可以从这棵树导出:

Expand Down

0 comments on commit d93b84e

Please sign in to comment.