[mlpack-git] [mlpack] add train test split (#523)

stereomatchingkiss notifications at github.com
Fri Feb 26 22:47:30 EST 2016


One question, when I try to provide the support of multi slice(depth), I find out one problem--what should the labels organized?

Assume we have 2 images with 3 channels,the labels should be
Solution 1 : 
0, 1 
or

Solution 2 : 
 0, 0, 0, 1, 1, 1

According to current source codes, the train class always take one slice, so I should take solution 2, what is your opinions?Thanks

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/523#issuecomment-189572325
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160226/ca0ffad4/attachment.html>


More information about the mlpack-git mailing list