[mlpack-svn] r15442 - mlpack/trunk/src/mlpack/methods/kernel_pca

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jul 10 08:14:15 EDT 2013


Author: marcus
Date: Wed Jul 10 08:14:14 2013
New Revision: 15442

Log:
Fix ambiguous match: option -d matches --degree and --new_dimensionality.

Modified:
   mlpack/trunk/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp

Modified: mlpack/trunk/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp	(original)
+++ mlpack/trunk/src/mlpack/methods/kernel_pca/kernel_pca_main.cpp	Wed Jul 10 08:14:14 2013
@@ -71,7 +71,7 @@
     0.0);
 PARAM_DOUBLE("bandwidth", "Bandwidth, for 'gaussian' and 'laplacian' kernels.",
     "b", 1.0);
-PARAM_DOUBLE("degree", "Degree of polynomial, for 'polynomial' kernel.", "d",
+PARAM_DOUBLE("degree", "Degree of polynomial, for 'polynomial' kernel.", "D",
     1.0);
 
 int main(int argc, char** argv)



More information about the mlpack-svn mailing list