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 CMultidimensionalScaling and other dimensionality reduction methods #2673

Open karlnapf opened 9 years ago

karlnapf commented 9 years ago

....from Tapkee....

e.g.

This means:

All this should go to the doxygen class documentation

iglesias commented 9 years ago

Part of the content at tapkee.lisitsyn.me, under Dimension reduction techniques (upper left corner) can be probably recycled for this.

curiousguy13 commented 9 years ago

Hi, I'm new here and I would like to work on this. Also the pull requests have to be for the changes in one file at a time , right?

iglesias commented 9 years ago

Nope. You can submit a pr with changes in several files. It is good though to keep prs small and focussing on one task.

curiousguy13 commented 9 years ago

Oh, okay. So, for this I need to change the documentation in the source files right? for example, for Isomap, I would need to add the changes in src/shogun/converter/Isomap.h ?

iglesias commented 9 years ago

Exactly.