[mlpack-git] [mlpack/mlpack] Wrong number of mapping while Loading (#658)

stereomatchingkiss notifications at github.com
Mon May 30 05:53:46 EDT 2016


@keonkim Hi, the function, data::Load do the right thing, it deceive your eyes because you ask it to transpose the data. Following codes should make things clear

```
arma::mat data;
data::DatasetInfo info;
bool const fatal = true;
bool const transpose = false;
data::Load("simple00.csv", data, info, fatal, transpose);
std::cout << data << endl;
```



---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/658#issuecomment-222457007
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160530/86f21b16/attachment-0001.html>


More information about the mlpack-git mailing list