[mlpack-svn] r11644 - mlpack/trunk/doc/tutorials/linear_regression

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 29 09:42:21 EST 2012


Author: rcurtin
Date: 2012-02-29 09:42:21 -0500 (Wed, 29 Feb 2012)
New Revision: 11644

Modified:
   mlpack/trunk/doc/tutorials/linear_regression/linear_regression.txt
Log:
Forgot two references.


Modified: mlpack/trunk/doc/tutorials/linear_regression/linear_regression.txt
===================================================================
--- mlpack/trunk/doc/tutorials/linear_regression/linear_regression.txt	2012-02-29 06:26:00 UTC (rev 11643)
+++ mlpack/trunk/doc/tutorials/linear_regression/linear_regression.txt	2012-02-29 14:42:21 UTC (rev 11644)
@@ -32,9 +32,9 @@
 
 \b mlpack provides:
 
- - a \ref cli "simple command-line executable" to run nearest-neighbors search
+ - a \ref cli_lrtut "simple command-line executable" to run nearest-neighbors search
    (and furthest-neighbors search)
- - a \ref linreg "simple C++ interface" to perform linear regression
+ - a \ref linreg_lrtut "simple C++ interface" to perform linear regression
 
 @section toc_lrtut Table of Contents
 




More information about the mlpack-svn mailing list