Machine Learning classifier AdaBoost for C# -
Is there a popular and stable library in C # for AdaBoost algorithms? Are there different types of enhancements in addition to classic adobe (such as Gentlebost, Logitbost, etc) in such a library?
Supports basic flavors of AdaBoost (discrete, real, logit and soft) This library supports C / In C ++, you can use C # wrapper, although the API is more limited (primarily by train () and predict () methods) from C / C ++.
You can also use but I have not done it yet.
Comments
Post a Comment