[mlpack] 255/324: Add LaplaceDistribution to the list of default-ly included distributions.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
bap pushed a commit to branch svn-trunk
in repository mlpack.
commit f80384ba24674358ce0a9aa2ce235184c5068e0d
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Fri Aug 1 21:43:31 2014 +0000
Add LaplaceDistribution to the list of default-ly included distributions.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16934 9d5b8971-822b-0410-80eb-d18c1038ef23
---
src/mlpack/core.hpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mlpack/core.hpp b/src/mlpack/core.hpp
index 55d07bf..de7fd77 100644
--- a/src/mlpack/core.hpp
+++ b/src/mlpack/core.hpp
@@ -157,6 +157,7 @@
#include <mlpack/core/util/save_restore_utility.hpp>
#include <mlpack/core/dists/discrete_distribution.hpp>
#include <mlpack/core/dists/gaussian_distribution.hpp>
+#include <mlpack/core/dists/laplace_distribution.hpp>
// Include kernel traits.
#include <mlpack/core/kernels/kernel_traits.hpp>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git
More information about the debian-science-commits
mailing list