shogun-toolbox / shogun

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

drop the tools directory in */examples/undocumented #1561

Open sonney2k opened 11 years ago

sonney2k commented 11 years ago

For this to do

this has to be done for octave_modular, python_modular, ...

erip commented 9 years ago

Not sure I understand this one -- still valid? I found examples/undocumented/{octave, python}/tools/*, but I'm a bit confused about the issue in general.

iglesias commented 9 years ago

As far as I know, those directories contain standalone utilities (like the load matrix Soeren mentioned above). This task is about dropping those and using instead either tools within Shogun core or in the language at use.

For instance, drop within tools load matrix and make all the examples relying on it and use e.g. CSVFile.