[mlpack-git] master, mlpack-1.0.x: Comment normalization. (b65e4ff)

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


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit b65e4ffb2ae7cd9711d1d3116feab1125f13a1e8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Jul 21 14:42:22 2014 +0000

    Comment normalization.


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

b65e4ffb2ae7cd9711d1d3116feab1125f13a1e8
 src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp b/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
index e209b1a..937ca12 100644
--- a/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
+++ b/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
@@ -76,7 +76,7 @@ void KernelPCA<KernelType, KernelRule>::Apply(arma::mat& data,
     data.shed_rows(newDimension, data.n_rows - 1);
 }
 
-// Returns a String of the Object
+//! Returns a string representation of the object.
 template <typename KernelType, typename KernelRule>
 std::string KernelPCA<KernelType, KernelRule>::ToString() const
 {



More information about the mlpack-git mailing list