[mlpack-git] master: Add file header. (f11208f)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 2 16:06:17 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/c6c04e60c5953fb44b973ed691dbde0cc634a8f1...f11208f90fe2b0dddd32c966d39efb72a4da1db8

>---------------------------------------------------------------

commit f11208f90fe2b0dddd32c966d39efb72a4da1db8
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Dec 2 13:06:00 2015 -0800

    Add file header.


>---------------------------------------------------------------

f11208f90fe2b0dddd32c966d39efb72a4da1db8
 src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp b/src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp
index 88ac004..69e7278 100644
--- a/src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp
+++ b/src/mlpack/methods/sparse_autoencoder/maximal_inputs.cpp
@@ -1,3 +1,9 @@
+/**
+ * @file maximal_inputs.cpp
+ * @author Tham Ngap Wei
+ *
+ * Implementation of MaximalInputs().
+ */
 #include "maximal_inputs.hpp"
 
 namespace mlpack {



More information about the mlpack-git mailing list