[mlpack-git] master: Fix documentation typo. (abb4c64)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Dec 16 14:12:26 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/cd5986e141b41781fdc13a9c89443f9be33b56bd...31c10fef76ac1d85c6415c92d2ccd429c430105f

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

commit abb4c64084b6d944c23bbac4d7ae482e10cacb93
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Dec 14 06:20:47 2015 +0000

    Fix documentation typo.


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

abb4c64084b6d944c23bbac4d7ae482e10cacb93
 src/mlpack/methods/sparse_coding/sparse_coding.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/sparse_coding/sparse_coding.hpp b/src/mlpack/methods/sparse_coding/sparse_coding.hpp
index 0cc14eb..52ccde5 100644
--- a/src/mlpack/methods/sparse_coding/sparse_coding.hpp
+++ b/src/mlpack/methods/sparse_coding/sparse_coding.hpp
@@ -150,7 +150,7 @@ class SparseCoding
   /**
    * Set the parameters to SparseCoding.  lambda2 defaults to 0.  This
    * constructor will not train the model, and a subsequent call to Train() will
-   * be required before the model can encode points with Code().  This
+   * be required before the model can encode points with Encode().  This
    * constructor will initialize the dictionary, though.
    *
    * @param atoms Number of atoms in dictionary.



More information about the mlpack-git mailing list