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

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Sat Dec 1 17:59:57 EST 2012


Author: rcurtin
Date: 2012-12-01 17:59:57 -0500 (Sat, 01 Dec 2012)
New Revision: 13965

Modified:
   mlpack/trunk/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp
Log:
Another comment cleanup.


Modified: mlpack/trunk/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp	2012-12-01 22:58:14 UTC (rev 13964)
+++ mlpack/trunk/src/mlpack/methods/nca/nca_softmax_error_function_impl.hpp	2012-12-01 22:59:57 UTC (rev 13965)
@@ -41,7 +41,7 @@
                                                   const size_t i)
 {
   // Unfortunately each evaluation will take O(N) time because it requires a
-  // scan over all points in the dataset.  Our objective is to compute p_ij.
+  // scan over all points in the dataset.  Our objective is to compute p_i.
   double denominator = 0;
   double numerator = 0;
 




More information about the mlpack-svn mailing list