From ff5e9234b84e8ecf0ce78481ad7fda3ecf36da3a Mon Sep 17 00:00:00 2001 From: Matthew Henderson Date: Thu, 15 Sep 2016 14:25:17 +0100 Subject: [PATCH] Use correct name for linear regression program. --- doc/tutorials/linear_regression/linear_regression.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/linear_regression/linear_regression.txt b/doc/tutorials/linear_regression/linear_regression.txt index 22c0053f45..d2cac8c968 100644 --- a/doc/tutorials/linear_regression/linear_regression.txt +++ b/doc/tutorials/linear_regression/linear_regression.txt @@ -198,7 +198,7 @@ dataset used to create the model, one. If the model generating dataset has @subsection cli_ex3_lrtut Prediction using a precomputed model @code -$ linear_regression --input_model_file lr.xml --test_file predict.csv -v +$ mlpack_linear_regression --input_model_file lr.xml --test_file predict.csv -v [INFO ] Loading 'predict.csv' as raw ASCII formatted data. Size is 1 x 3. [INFO ] Saving CSV data to 'predictions.csv'. [INFO ]