shogun-toolbox / shogun

Shōgun
http://shogun-toolbox.org
BSD 3-Clause "New" or "Revised" License
3.03k stars 1.04k forks source link

Document existing SVMs in Shogun #1873

Open karlnapf opened 10 years ago

karlnapf commented 10 years ago

This task is about translating paper summaries into doxygen comments.

We have a lot of SVM implementations in Shogun, see http://www.shogun-toolbox.org/doc/en/latest/classshogun_1_1CSVM.html This diversity is great since it offers a specific solver for a large range of problem classes. The problem here is to know which SVM to use in which context. The current lack of @class descriptions does not help.

The task is to make sure that every SVM implementation in Shogun has

If you get stuck with any of those points, or cannot find the references, ask @sonney2k He is the SVM expert, knows all about the above questions, and therefore assigned to this issue :)

andbberger commented 10 years ago

I'll do this.

karlnapf commented 10 years ago

Nice! Let us know if you have questions