[mlpack-git] master: Include the connection traits. (1ed600c)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Aug 20 12:28:14 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/98ecfbc07f93036476240cba26a4c4a73d14466f...c7e048121bbb0035682d4127e1f7892120db57ee

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

commit 1ed600c7b4613dccefe4de68845ccb848fd91250
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Thu Aug 20 18:23:43 2015 +0200

    Include the connection traits.


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

1ed600c7b4613dccefe4de68845ccb848fd91250
 src/mlpack/methods/ann/cnn.hpp  | 1 +
 src/mlpack/methods/ann/ffnn.hpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/mlpack/methods/ann/cnn.hpp b/src/mlpack/methods/ann/cnn.hpp
index 102ec35..b3832e4 100644
--- a/src/mlpack/methods/ann/cnn.hpp
+++ b/src/mlpack/methods/ann/cnn.hpp
@@ -15,6 +15,7 @@
 #include <mlpack/methods/ann/network_traits.hpp>
 #include <mlpack/methods/ann/performance_functions/cee_function.hpp>
 #include <mlpack/methods/ann/layer/layer_traits.hpp>
+#include <mlpack/methods/ann/connections/connection_traits.hpp>
 
 namespace mlpack {
 namespace ann /** Artificial Neural Network. */ {
diff --git a/src/mlpack/methods/ann/ffnn.hpp b/src/mlpack/methods/ann/ffnn.hpp
index 90ccd76..ec7084a 100644
--- a/src/mlpack/methods/ann/ffnn.hpp
+++ b/src/mlpack/methods/ann/ffnn.hpp
@@ -14,6 +14,7 @@
 #include <mlpack/methods/ann/network_traits.hpp>
 #include <mlpack/methods/ann/performance_functions/cee_function.hpp>
 #include <mlpack/methods/ann/layer/layer_traits.hpp>
+#include <mlpack/methods/ann/connections/connection_traits.hpp>
 
 namespace mlpack {
 namespace ann /** Artificial Neural Network. */ {



More information about the mlpack-git mailing list