[mlpack-svn] r12958 - mlpack/trunk/src/mlpack/core/kernels

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jun 5 15:53:02 EDT 2012


Author: rcurtin
Date: 2012-06-05 15:53:01 -0400 (Tue, 05 Jun 2012)
New Revision: 12958

Modified:
   mlpack/trunk/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp
Log:
Update documentation slightly.


Modified: mlpack/trunk/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp	2012-06-05 19:44:47 UTC (rev 12957)
+++ mlpack/trunk/src/mlpack/core/kernels/hyperbolic_tangent_kernel.hpp	2012-06-05 19:53:01 UTC (rev 12958)
@@ -2,7 +2,7 @@
  * @file hyperbolic_tangent_kernel.hpp
  * @author Ajinkya Kale <kaleajinkya at gmail.com>
  *
- * Implementation of the hyperbolic tangent kernel
+ * Implementation of the hyperbolic tangent kernel.
  */
 #ifndef __MLPACK_CORE_KERNELS_HYPERBOLIC_TANGENT_KERNEL_HPP
 #define __MLPACK_CORE_KERNELS_HYPERBOLIC_TANGENT_KERNEL_HPP
@@ -13,13 +13,12 @@
 namespace kernel {
 
 /**
- * Hyperbolic tangent kernel.  For any two vectors @f$ x @f$,
- * @f$ y @f$ and @f$ scale @f$ and @f$ offset @f$
+ * Hyperbolic tangent kernel.  For any two vectors @f$ x @f$, @f$ y @f$ and a
+ * given scale @f$ s @f$ and offset @f$ t @f$
  *
  * @f[
- * k(x, y) = \tanh(scale <x, y> + offset)
+ * K(x, y) = \tanh(s <x, y> + t)
  * @f]
- *
  */
 class HyperbolicTangentKernel
 {




More information about the mlpack-svn mailing list