[mlpack-svn] r15285 - mlpack/conf/jenkins-conf/benchmark/methods/mlpack

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Jun 21 08:27:25 EDT 2013


Author: marcus
Date: 2013-06-21 08:27:24 -0400 (Fri, 21 Jun 2013)
New Revision: 15285

Modified:
   mlpack/conf/jenkins-conf/benchmark/methods/mlpack/kernel_pca.py
Log:
Use kernel_pca instead of pca to parse the description.

Modified: mlpack/conf/jenkins-conf/benchmark/methods/mlpack/kernel_pca.py
===================================================================
--- mlpack/conf/jenkins-conf/benchmark/methods/mlpack/kernel_pca.py	2013-06-21 12:25:50 UTC (rev 15284)
+++ mlpack/conf/jenkins-conf/benchmark/methods/mlpack/kernel_pca.py	2013-06-21 12:27:24 UTC (rev 15285)
@@ -33,7 +33,7 @@
 		self.path = path
 
 		# Get description from executable.
-		cmd = shlex.split(self.path + "pca -h")
+		cmd = shlex.split(self.path + "kernel_pca -h")
 		s = subprocess.check_output(cmd, stderr=subprocess.STDOUT, shell=False)	
 
 		# Use regular expression pattern to get the description.




More information about the mlpack-svn mailing list