[mlpack-git] [mlpack/mlpack] a strange warnning when running cf (#598)

Ryan Curtin notifications at github.com
Mon Apr 4 13:41:03 EDT 2016


This warning will be issued whenever the data matrix has fewer than five points, because the matrix decomposition is (by default) initialized using 5 random columns of the training data.  With any larger data matrix this will not be a problem.  In your case I am guessing that you are just testing the program, so I would not worry about the warning.  If you are getting weird results like the warning suggests, maybe adding a couple more points to your dataset would be useful.

---
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/598#issuecomment-205410028
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160404/34b27595/attachment.html>


More information about the mlpack-git mailing list