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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Jan 30 05:48:53 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/80e6f6692e8c20743b3ad7f61d50d98cb1fbc3dc...bb6e5c56aab07e6449d86021246b52a9e323f3a0

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

commit 80e6f6692e8c20743b3ad7f61d50d98cb1fbc3dc
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


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

80e6f6692e8c20743b3ad7f61d50d98cb1fbc3dc
 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