[mlpack-svn] r11648 - mlpack/trunk/src/mlpack

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Feb 29 10:19:31 EST 2012


Author: rcurtin
Date: 2012-02-29 10:19:31 -0500 (Wed, 29 Feb 2012)
New Revision: 11648

Modified:
   mlpack/trunk/src/mlpack/core.hpp
Log:
Credit where it's due.  I might be missing a name or two...


Modified: mlpack/trunk/src/mlpack/core.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core.hpp	2012-02-29 15:00:29 UTC (rev 11647)
+++ mlpack/trunk/src/mlpack/core.hpp	2012-02-29 15:19:31 UTC (rev 11648)
@@ -62,6 +62,11 @@
  *  - @ref timer
  *  - @ref sample
  *
+ * Tutorials on specific methods are also available.
+ *
+ *  - @ref nstutorial
+ *  - @ref lrtutorial
+ *
  * @section methods Methods in MLPACK
  *
  * The following methods are included in MLPACK:
@@ -106,6 +111,9 @@
  *   - Noah Kauffman <notoriousnoah at gmail.com>
  *   - Guillermo Colon <gcolon7 at mail.gatech.edu>
  *   - Wei Guan <wguan at cc.gatech.edu>
+ *   - Ryan Riegel <rriegel at cc.gatech.edu>
+ *   - Nikolaos Vasiloglou <nvasil at ieee.org>
+ *   - Garry Boyer <garryb at gmail.com>
  */
 
 // First, standard includes.




More information about the mlpack-svn mailing list