[mlpack-git] master: Include acol init. (408e7ea)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Wed Jul 8 15:05:08 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/53a93a0e49ce0d472f1707b63f7659ceeb007c4f...408e7ea05ec2b803db2316c543fc005e507f949d

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

commit 408e7ea05ec2b803db2316c543fc005e507f949d
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Jul 8 19:04:45 2015 +0000

    Include acol init.


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

408e7ea05ec2b803db2316c543fc005e507f949d
 src/mlpack/methods/amf/amf.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/methods/amf/amf.hpp b/src/mlpack/methods/amf/amf.hpp
index 1c90ea2..75f40b7 100644
--- a/src/mlpack/methods/amf/amf.hpp
+++ b/src/mlpack/methods/amf/amf.hpp
@@ -22,6 +22,7 @@
 #include <mlpack/methods/amf/update_rules/svd_complete_incremental_learning.hpp>
 
 #include <mlpack/methods/amf/init_rules/random_init.hpp>
+#include <mlpack/methods/amf/init_rules/random_acol_init.hpp>
 
 #include <mlpack/methods/amf/termination_policies/simple_residue_termination.hpp>
 #include <mlpack/methods/amf/termination_policies/simple_tolerance_termination.hpp>



More information about the mlpack-git mailing list