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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Jun 4 12:01:17 EDT 2012


Author: march
Date: 2012-06-04 12:01:16 -0400 (Mon, 04 Jun 2012)
New Revision: 12938

Modified:
   mlpack/trunk/doc/tutorials/linear_regression/linear_regression.txt
Log:
fixed line that referred to nearest neighbor search

Modified: mlpack/trunk/doc/tutorials/linear_regression/linear_regression.txt
===================================================================
--- mlpack/trunk/doc/tutorials/linear_regression/linear_regression.txt	2012-06-04 15:35:56 UTC (rev 12937)
+++ mlpack/trunk/doc/tutorials/linear_regression/linear_regression.txt	2012-06-04 16:01:16 UTC (rev 12938)
@@ -32,8 +32,7 @@
 
 \b mlpack provides:
 
- - a \ref cli_lrtut "simple command-line executable" to run nearest-neighbors search
-   (and furthest-neighbors search)
+ - a \ref cli_lrtut "simple command-line executable" 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