[mlpack] 89/207: minor documentation update

Barak A. Pearlmutter barak+git at pearlmutter.net
Thu Mar 23 17:53:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit f7eea7652163574e5f245265ca7fcf825da9ebe2
Author: Dirk Eddelbuettel <edd at debian.org>
Date:   Sat Feb 25 07:02:36 2017 -0600

    minor documentation update
---
 src/mlpack/methods/naive_bayes/nbc_main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/naive_bayes/nbc_main.cpp b/src/mlpack/methods/naive_bayes/nbc_main.cpp
index 254d5eb..478a09c 100644
--- a/src/mlpack/methods/naive_bayes/nbc_main.cpp
+++ b/src/mlpack/methods/naive_bayes/nbc_main.cpp
@@ -23,7 +23,7 @@ PROGRAM_INFO("Parametric Naive Bayes Classifier",
     "training set, or loads a model from the given model file, and then may use"
     " that trained model to classify the points in a given test set."
     "\n\n"
-    "Labels are expected to be the last row of the training set (--train_file),"
+    "Labels are expected to be the last row of the training set (--training_file),"
     " but labels can also be passed in separately as their own file "
     "(--labels_file).  If training is not desired, a pre-existing model can be "
     "loaded with the --input_model_file (-m) option."

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list