[mlpack-git] master: removed #include <mlpack/methods/gmm/phi.hpp> which included only unused functions (926492e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:57:08 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit 926492ef3a667b24d77eb6c82f01cdc0d5f0f8f6
Author: michaelfox99 <michaelfox99 at gmail.com>
Date:   Thu Aug 7 12:31:03 2014 +0000

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


>---------------------------------------------------------------

926492ef3a667b24d77eb6c82f01cdc0d5f0f8f6
 src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp b/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
index 9addfc6..21813a2 100644
--- a/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
+++ b/src/mlpack/methods/naive_bayes/naive_bayes_classifier.hpp
@@ -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-git mailing list