题目要求

  1. 实现decision stump学习器表示;

  2. 实现decision stump学习过程;定义好接口(API)供AdaBoost使用;

  3. 使用决策树桩作为基学习器(弱学习器),实现AdaBoost算法构建强学习器。

基本思想