[mlpack-svn] r10888 - in mlpack/tags/mlpack-1.0/src/mlpack: . methods

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sat Dec 17 03:40:18 EST 2011


Author: rcurtin
Date: 2011-12-17 03:40:18 -0500 (Sat, 17 Dec 2011)
New Revision: 10888

Removed:
   mlpack/tags/mlpack-1.0/src/mlpack/methods/kernel_pca/
Modified:
   mlpack/tags/mlpack-1.0/src/mlpack/core.hpp
   mlpack/tags/mlpack-1.0/src/mlpack/methods/CMakeLists.txt
Log:
Remove KernelPCA from initial release because it does not work.


Modified: mlpack/tags/mlpack-1.0/src/mlpack/core.hpp
===================================================================
--- mlpack/tags/mlpack-1.0/src/mlpack/core.hpp	2011-12-17 08:36:15 UTC (rev 10887)
+++ mlpack/tags/mlpack-1.0/src/mlpack/core.hpp	2011-12-17 08:40:18 UTC (rev 10888)
@@ -50,7 +50,7 @@
  * A full list of executables is given below:
  *
  * allkfn, allknn, emst, gmm, hmm_train, hmm_loglik, hmm_viterbi, hmm_generate,
- * kernel_pca, kmeans, lars, linear_regression, nbc, nca, pca, radical
+ * kmeans, lars, linear_regression, nbc, nca, pca, radical
  *
  * @section tutorial Tutorials
  *

Modified: mlpack/tags/mlpack-1.0/src/mlpack/methods/CMakeLists.txt
===================================================================
--- mlpack/tags/mlpack-1.0/src/mlpack/methods/CMakeLists.txt	2011-12-17 08:36:15 UTC (rev 10887)
+++ mlpack/tags/mlpack-1.0/src/mlpack/methods/CMakeLists.txt	2011-12-17 08:40:18 UTC (rev 10888)
@@ -5,7 +5,6 @@
   emst
   gmm
   hmm
-  kernel_pca
   kmeans
   lars
   linear_regression




More information about the mlpack-svn mailing list