Files
mlpack/fastlib/branches
James Cline f515b272d2 naive_bayes compiles now. Currently untested. Could also possibly use some cleaning up still.
Changed out Matrix -> arma::mat, Vector -> arma::vec, added std::vector where appropriate. Some std::vectors might should be changed to arma::vec. 
No longer need math_functions.h for this.
2010-09-30 18:05:37 +00:00
..