Hi there has anyone got any experiences with implementing an ADABoost algorithm.
I have a number of what are known as weak classifiers and i want to use a Boosting algorithm to combine this classifiers to generate a Strong classifier.
I have found a Java example
https://code.google.com/p/jsgbm/source/browse/GradientBoostingTree.java
but wanted to know if there is a dedicated library out there.
Thanks.
1