/AdaBoost

AdaBoost from A.I. A Modern Approach in Haskell

Primary LanguageHaskell

AdaBoost

AdaBoost from A.I. A Modern Approach in Haskell

defines a module which exports a function called adaBoost. AdaBoost takes in examples, a function to extract the labels from said examples, a learner, and the number of learners to use