Code and Results for Chapter 10 (Boosting and Additive Trees):
- Exercise 10.4 (A MATLAB implementation of AdaBoost)
- ex_10_4_Script.m (a script to replicate Figure 10.2)
- gen_data_pt_b.m (generates the suggested training data for parts A and B)
- AdaBoost Code (developed by Kelly Wallenstein and John Weatherwax):
- From Kevin Murphy's Bayes Net Toolbox:
- sample_discrete.m (sample discrete random variables according to a specified probability mass function)
John Weatherwax