diff --git a/src/mlpack/methods/naive_bayes/nbc_main.cpp b/src/mlpack/methods/naive_bayes/nbc_main.cpp index 571162c10f..4bd9205a4b 100644 --- a/src/mlpack/methods/naive_bayes/nbc_main.cpp +++ b/src/mlpack/methods/naive_bayes/nbc_main.cpp @@ -78,8 +78,8 @@ BINDING_EXAMPLE( "classes to " + PRINT_DATASET("predictions") + ", the following command " "may be used:" "\n\n" + - PRINT_CALL("nbc", "input_model", "nbc_model", "test", "test_set", "output", - "predictions")); + PRINT_CALL("nbc", "input_model", "nbc_model", "test", "test_set", + "predictions", "predictions")); // See also... BINDING_SEE_ALSO("@softmax_regression", "#softmax_regression");