[mlpack] 202/324: Comment normalization.
Barak A. Pearlmutter
barak+git at cs.nuim.ie
Sun Aug 17 08:22:10 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 ab7f442a60694af6714c7a5b14877dc068c298f6
Author: rcurtin <rcurtin at 9d5b8971-822b-0410-80eb-d18c1038ef23>
Date: Mon Jul 21 14:42:22 2014 +0000
Comment normalization.
git-svn-id: http://svn.cc.gatech.edu/fastlab/mlpack/trunk@16844 9d5b8971-822b-0410-80eb-d18c1038ef23
---
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
{
--
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