[mlpack-svn] r16844 - mlpack/trunk/src/mlpack/methods/kernel_pca

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jul 21 10:42:22 EDT 2014


Author: rcurtin
Date: Mon Jul 21 10:42:22 2014
New Revision: 16844

Log:
Comment normalization.


Modified:
   mlpack/trunk/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp

Modified: mlpack/trunk/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/kernel_pca/kernel_pca_impl.hpp	Mon Jul 21 10:42:22 2014
@@ -76,7 +76,7 @@
     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-svn mailing list