[mlpack-git] master: Update naive_method.hpp (9fca520)

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


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

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

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

commit 9fca52090b7ed4318f976a6b5612cc5d751a46f7
Author: Stephen Tu <tu.stephenl at gmail.com>
Date:   Thu Jan 29 11:19:31 2015 -0800

    Update naive_method.hpp
    
    Fix comment


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

9fca52090b7ed4318f976a6b5612cc5d751a46f7
 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 a243739..1a66a24 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 nystroem method.
+     * Construct the kernel matrix approximation using the all pairs method.
      *
      * @param data Input data points.
      * @param transformedData Matrix to output results into.



More information about the mlpack-git mailing list