[mlpack-git] master: This constructor actually does not initialize the dictionary. (0ec523d)

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


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

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

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

commit 0ec523d09a402dc4f1d9bcef22993dbe79766be9
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Dec 14 06:21:12 2015 +0000

    This constructor actually does not initialize the dictionary.


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

0ec523d09a402dc4f1d9bcef22993dbe79766be9
 src/mlpack/methods/sparse_coding/sparse_coding.hpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/mlpack/methods/sparse_coding/sparse_coding.hpp b/src/mlpack/methods/sparse_coding/sparse_coding.hpp
index 52ccde5..439d2e0 100644
--- a/src/mlpack/methods/sparse_coding/sparse_coding.hpp
+++ b/src/mlpack/methods/sparse_coding/sparse_coding.hpp
@@ -150,8 +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 Encode().  This
-   * constructor will initialize the dictionary, though.
+   * be required before the model can encode points with Encode().
    *
    * @param atoms Number of atoms in dictionary.
    * @param lambda1 Regularization parameter for l1-norm penalty.



More information about the mlpack-git mailing list