[mlpack-git] master: Make the comment a complete sentence. (e434aee)

gitdub at mlpack.org gitdub at mlpack.org
Mon Jul 11 10:32:17 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/f5e98dc5cea1ca36a528950c7aa5a382a8790111...e434aee1eab9e3ced97cccd840dd383ef8089acf

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

commit e434aee1eab9e3ced97cccd840dd383ef8089acf
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 11 10:31:56 2016 -0400

    Make the comment a complete sentence.


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

e434aee1eab9e3ced97cccd840dd383ef8089acf
 src/mlpack/core/dists/gaussian_distribution.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/dists/gaussian_distribution.hpp b/src/mlpack/core/dists/gaussian_distribution.hpp
index f2d3fdf..5ca9696 100644
--- a/src/mlpack/core/dists/gaussian_distribution.hpp
+++ b/src/mlpack/core/dists/gaussian_distribution.hpp
@@ -78,7 +78,7 @@ class GaussianDistribution
 
   /**
    * Calculates the multivariate Gaussian probability density function for each
-   * data point (column) in the given matrix
+   * data point (column) in the given matrix.
    *
    * @param x List of observations.
    * @param probabilities Output probabilities for each input observation.




More information about the mlpack-git mailing list