[mlpack-svn] r10885 - mlpack/trunk/src/mlpack/methods/mvu

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sat Dec 17 03:21:59 EST 2011


Author: rcurtin
Date: 2011-12-17 03:21:59 -0500 (Sat, 17 Dec 2011)
New Revision: 10885

Modified:
   mlpack/trunk/src/mlpack/methods/mvu/mvu_main.cpp
Log:
Fix comment.


Modified: mlpack/trunk/src/mlpack/methods/mvu/mvu_main.cpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/mvu/mvu_main.cpp	2011-12-17 08:21:00 UTC (rev 10884)
+++ mlpack/trunk/src/mlpack/methods/mvu/mvu_main.cpp	2011-12-17 08:21:59 UTC (rev 10885)
@@ -11,15 +11,7 @@
     "Maximum Variance Unfolding, a nonlinear dimensionality reduction "
     "technique.  The method minimizes dimensionality by unfolding a manifold "
     "such that the distances to the nearest neighbors of each point are held "
-    "constant.  For more information, see the following paper:\n"
-    "\n"
-    "@inproceedings{\n"
-    "  title = {An introduction to Nonlinear Dimensionality Reduction by \n"
-    "      Maximum Variance Unfolding},\n"
-    "  author = {Weinberger, K.Q. and Saul, L.K.},\n"
-    "  year = {2006},\n"
-    "  "
-    "}");
+    "constant.");
 
 PARAM_STRING_REQ("input_file", "Filename of input dataset.", "i");
 PARAM_INT_REQ("new_dim", "New dimensionality of dataset.", "d");




More information about the mlpack-svn mailing list