[mlpack-git] master, mlpack-1.0.x: Improved nystroem localisation ('oe') (158567c)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:54:06 EST 2015


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

On branches: master,mlpack-1.0.x
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 158567caef836872bef2a7ee9adaa73c38ed1928
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Tue Jul 22 20:34:31 2014 +0000

    Improved nystroem localisation ('oe')


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

158567caef836872bef2a7ee9adaa73c38ed1928
 src/mlpack/methods/fastmks/fastmks_main.cpp       | 7 -------
 src/mlpack/methods/kernel_pca/kernel_pca_main.cpp | 4 ++--
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/src/mlpack/methods/fastmks/fastmks_main.cpp b/src/mlpack/methods/fastmks/fastmks_main.cpp
index e5561be..abb7708 100644
--- a/src/mlpack/methods/fastmks/fastmks_main.cpp
+++ b/src/mlpack/methods/fastmks/fastmks_main.cpp
@@ -5,13 +5,6 @@
  * Main executable for maximum inner product search.
  */
 #include <mlpack/core.hpp>
-#include <mlpack/core/kernels/linear_kernel.hpp>
-#include <mlpack/core/kernels/polynomial_kernel.hpp>
-#include <mlpack/core/kernels/cosine_distance.hpp>
-#include <mlpack/core/kernels/gaussian_kernel.hpp>
-#include <mlpack/core/kernels/hyperbolic_tangent_kernel.hpp>
-#include <mlpack/core/kernels/triangular_kernel.hpp>
-#include <mlpack/core/kernels/epanechnikov_kernel.hpp>
 
 #include "fastmks.hpp"
 
diff --git a/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp b/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp
index 91f6d75..6bc1ccb 100644
--- a/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp
+++ b/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp
@@ -64,12 +64,12 @@ PROGRAM_INFO("Kernel Principal Components Analysis",
     "options --bandwidth, --kernel_scale, --offset, or --degree (or a "
     "combination of those options)."
     "\n\n"
-    "Optionally, the nystroem method (\"Using the Nystroem method to speed up"
+    "Optionally, the nystr\u00F6m method (\"Using the Nystroem method to speed up"
     " kernel machines\", 2001) can be used to calculate the kernel matrix by "
     "specifying the --nystroem_method (-n) option. This approach works by using"
     " a subset of the data as basis to reconstruct the kernel matrix; to specify"
     " the sampling scheme, the --sampling parameter is used, the sampling scheme"
-    " for the nystroem method can be chosen from the following list: kmeans,"
+    " for the nystr\u00F6m method can be chosen from the following list: kmeans,"
     " random, ordered.");
 
 PARAM_STRING_REQ("input_file", "Input dataset to perform KPCA on.", "i");



More information about the mlpack-git mailing list