[mlpack-git] mlpack-2.0.x: Make the comment a complete sentence. (2cbb163)

gitdub at mlpack.org gitdub at mlpack.org
Wed Jul 20 13:34:20 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : mlpack-2.0.x
Link       : https://github.com/mlpack/mlpack/compare/e434bc4ac042534529a2a440a44d86935b4d7164...fc4195d27bb9e642356a384d1fa6fe10cbdf89a6

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

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

    Make the comment a complete sentence.


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

2cbb16309022151a0861dd703bdf48ad4bbeedb3
 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 257ee7d..57b6f39 100644
--- a/src/mlpack/core/dists/gaussian_distribution.hpp
+++ b/src/mlpack/core/dists/gaussian_distribution.hpp
@@ -85,7 +85,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