[mlpack-git] master: Add LaplaceDistribution to the list of default-ly included distributions. (8328ac4)

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


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

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

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

commit 8328ac47916664adbcd47d346555b3dc94498f18
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Aug 1 21:43:31 2014 +0000

    Add LaplaceDistribution to the list of default-ly included distributions.


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

8328ac47916664adbcd47d346555b3dc94498f18
 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>



More information about the mlpack-git mailing list