From: Aaron A. <aa...@cb...> - 2008-09-30 16:30:38
|
Dear Vimal, You can download JBoost and use BrownBoost from the command line. To determine the initial potential (final probability of giving up on examples), you can use ./jboost -S filestem -b BrownBoost -r 0.9 -potential After you determine a valid value for "r", you can run the algorithm via ./jboost -S filestem -b BrownBoost -r 0.9 For example, the following seems to work alright: ./jboost -b BrownBoost -S demo/noisy_line -r 0.8 Let me know if you have any BrownBoost related questions. Aaron On Tue, 30 Sep 2008, Vimal Vaghela wrote: > Respected Sir, > > i am doing my research work on Boosting method and specially on Adaboost. > i need the BrownBoost Algorithm that you have used in jBoost Software. > so please provide me so i can do more work on that. > i am waiting for your positive reply. > thanking you, > vimal vaghela |