[mlpack-git] master,mlpack-1.0.x: Minor changes (1d04af7)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 21:53:25 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 1d04af7136270be5d5c44551278e62b554eb3c53
Author: Udit Saxena <saxena.udit at gmail.com>
Date:   Wed Jul 16 15:12:21 2014 +0000

    Minor changes


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

1d04af7136270be5d5c44551278e62b554eb3c53
 src/mlpack/methods/perceptron/perceptron_main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/perceptron/perceptron_main.cpp b/src/mlpack/methods/perceptron/perceptron_main.cpp
index a6082d7..03100d9 100644
--- a/src/mlpack/methods/perceptron/perceptron_main.cpp
+++ b/src/mlpack/methods/perceptron/perceptron_main.cpp
@@ -13,7 +13,7 @@ using namespace mlpack::perceptron;
 using namespace std;
 using namespace arma;
 
-PROGRAM_INFO("","");
+PROGRAM_INFO("Perceptron","");
 
 //necessary parameters
 PARAM_STRING_REQ("train_file", "A file containing the training set.", "tr");



More information about the mlpack-git mailing list