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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Jan 29 14:19:33 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/b2575360e76877d7de615cd3d44b7f279565ce74...03736953dcb562ebb86b793dd214b9d0a8884931

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

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

    Update naive_method.hpp
    
    Fix comment


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

03736953dcb562ebb86b793dd214b9d0a8884931
 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