[mlpack-svn] r12951 - 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 14:56:25 EDT 2012


Author: rcurtin
Date: 2012-06-05 14:56:25 -0400 (Tue, 05 Jun 2012)
New Revision: 12951

Modified:
   mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel.cpp
   mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel.hpp
   mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp
Log:
Fix top-of-file comments.


Modified: mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel.cpp
===================================================================
--- mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel.cpp	2012-06-05 18:54:55 UTC (rev 12950)
+++ mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel.cpp	2012-06-05 18:56:25 UTC (rev 12951)
@@ -1,9 +1,8 @@
 /**
- * @file epanechnikov_kernel.hpp
+ * @file epanechnikov_kernel.cpp
  * @author Neil Slagle
  *
- * This is an example kernel.  If you are making your own kernel, follow the
- * outline specified in this file.
+ * Implementation of non-template Epanechnikov kernels.
  */
 #include "epanechnikov_kernel.hpp"
 

Modified: mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel.hpp	2012-06-05 18:54:55 UTC (rev 12950)
+++ mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel.hpp	2012-06-05 18:56:25 UTC (rev 12951)
@@ -2,8 +2,7 @@
  * @file epanechnikov_kernel.hpp
  * @author Neil Slagle
  *
- * This is an example kernel.  If you are making your own kernel, follow the
- * outline specified in this file.
+ * Definition of the Epanechnikov kernel.
  */
 #ifndef __MLPACK_CORE_KERNELS_EPANECHNIKOV_KERNEL_HPP
 #define __MLPACK_CORE_KERNELS_EPANECHNIKOV_KERNEL_HPP

Modified: mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp	2012-06-05 18:54:55 UTC (rev 12950)
+++ mlpack/trunk/src/mlpack/core/kernels/epanechnikov_kernel_impl.hpp	2012-06-05 18:56:25 UTC (rev 12951)
@@ -1,9 +1,8 @@
 /**
- * @file epanechnikov_kernel.hpp
+ * @file epanechnikov_kernel_impl.hpp
  * @author Neil Slagle
  *
- * This is an example kernel.  If you are making your own kernel, follow the
- * outline specified in this file.
+ * Implementation of template-based Epanechnikov kernel functions.
  */
 #ifndef __MLPACK_CORE_KERNELS_EPANECHNIKOV_KERNEL_IMPL_HPP
 #define __MLPACK_CORE_KERNELS_EPANECHNIKOV_KERNEL_IMPL_HPP




More information about the mlpack-svn mailing list