Fix name of output parameter in documentation.

This commit is contained in:
Ryan Curtin
2024-05-15 18:29:17 -04:00
parent c4ac51fd7f
commit 832a3e4e7a
+2 -2
View File
@@ -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");