[mlpack-git] master: Update naive_method.hpp (6cbf1c2)

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


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 6cbf1c2bf09ea14524e94339c982976a33e6ea18
Author: Stephen Tu <tu.stephenl at gmail.com>
Date:   Thu Jan 29 11:27:56 2015 -0800

    Update naive_method.hpp
    
    Actually fix the comment


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

6cbf1c2bf09ea14524e94339c982976a33e6ea18
 src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp b/src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp
index 1a66a24..319c2b8 100644
--- a/src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp
+++ b/src/mlpack/methods/kernel_pca/kernel_rules/naive_method.hpp
@@ -18,7 +18,7 @@ class NaiveKernelRule
 {
   public:
     /**
-     * Construct the kernel matrix approximation using the all pairs method.
+     * Construct the exact kernel matrix.
      *
      * @param data Input data points.
      * @param transformedData Matrix to output results into.



More information about the mlpack-git mailing list