[mlpack-git] [mlpack/mlpack] unable to compile a sample program of covariance calculation (#781)

Marcus Edel notifications at github.com
Wed Sep 7 14:13:45 EDT 2016


In your sample code you load a file called: ``data.csv``:

``
data::Load("data.csv", data, true);
``

you should make sure (``[FATAL] Cannot open file 'data.csv'.``), that the file exists, you could use:

https://github.com/mlpack/mlpack/blob/master/src/mlpack/tests/data/iris.csv

-- 
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/781#issuecomment-245369577
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160907/fa67a191/attachment.html>


More information about the mlpack-git mailing list