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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jun 18 11:38:54 EDT 2013


Author: marcus
Date: 2013-06-18 11:38:54 -0400 (Tue, 18 Jun 2013)
New Revision: 15256

Modified:
   mlpack/conf/jenkins-conf/benchmark/methods/mlpack/pca.py
Log:
Add default path to /usr/local/bin/ for mlpack.

Modified: mlpack/conf/jenkins-conf/benchmark/methods/mlpack/pca.py
===================================================================
--- mlpack/conf/jenkins-conf/benchmark/methods/mlpack/pca.py	2013-06-18 15:35:04 UTC (rev 15255)
+++ mlpack/conf/jenkins-conf/benchmark/methods/mlpack/pca.py	2013-06-18 15:38:54 UTC (rev 15256)
@@ -28,7 +28,7 @@
 
 	# Create the Principal Components Analysis instance, show some informations 
 	# and return the instance.
-	def __init__(self, dataset, path='', verbose=True): 
+	def __init__(self, dataset, path='/usr/local/bin/', verbose=True): 
 		self.verbose = verbose
 		self.dataset = dataset
 		self.path = path




More information about the mlpack-svn mailing list