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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -