[mlpack-svn] r11636 - mlpack/trunk/src/mlpack/methods/nca

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Feb 28 14:18:17 EST 2012


Author: rcurtin
Date: 2012-02-28 14:18:17 -0500 (Tue, 28 Feb 2012)
New Revision: 11636

Modified:
   mlpack/trunk/src/mlpack/methods/nca/nca_main.cpp
Log:
Remove citation from -h output.


Modified: mlpack/trunk/src/mlpack/methods/nca/nca_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/nca/nca_main.cpp	2012-02-28 19:16:32 UTC (rev 11635)
+++ mlpack/trunk/src/mlpack/methods/nca/nca_main.cpp	2012-02-28 19:18:17 UTC (rev 11636)
@@ -19,17 +19,6 @@
     "assignments and using optimization techniques over the gradient of the "
     "accuracy of the neighbor assignments.\n"
     "\n"
-    "For more details, see the following published paper:\n\n"
-    "@inproceedings{\n"
-    "  author = {Goldberger, Jacob and Roweis, Sam and Hinton, Geoff and\n"
-    "      Salakhutdinov, Ruslan},\n"
-    "  booktitle = {Advances in Neural Information Processing Systems 17},\n"
-    "  pages = {513--520},\n"
-    "  publisher = {MIT Press},\n"
-    "  title = {{Neighbourhood Components Analysis}},\n"
-    "  year = {2004}\n"
-    "}\n"
-    "\n"
     "To work, this algorithm needs labeled data.  It can be given as the last "
     "row of the input dataset (--input_file), or alternatively in a separate "
     "file (--labels_file).");




More information about the mlpack-svn mailing list