[mlpack-svn] r16981 - mlpack/trunk/src/mlpack/methods/naive_bayes

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Thu Aug 7 08:31:03 EDT 2014


Author: michaelfox99
Date: Thu Aug  7 08:31:03 2014
New Revision: 16981

Log:
removed #include <mlpack/methods/gmm/phi.hpp> which included only unused functions

Modified:
   mlpack/trunk/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp

Modified: mlpack/trunk/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp	Thu Aug  7 08:31:03 2014
@@ -10,7 +10,6 @@
 #define __MLPACK_METHODS_NAIVE_BAYES_NAIVE_BAYES_CLASSIFIER_HPP
 
 #include <mlpack/core.hpp>
-#include <mlpack/methods/gmm/phi.hpp>
 
 namespace mlpack {
 namespace naive_bayes /** The Naive Bayes Classifier. */ {



More information about the mlpack-svn mailing list