[mlpack-git] master: Set a default value for the seqnumer. (440c555)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:13:51 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

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

commit 440c555ebf08d86d0f5ed602d7950957063d8065
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Wed Jan 21 16:33:31 2015 +0100

    Set a default value for the seqnumer.


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

440c555ebf08d86d0f5ed602d7950957063d8065
 src/mlpack/methods/ann/ffnn.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/ann/ffnn.hpp b/src/mlpack/methods/ann/ffnn.hpp
index 876f924..65b33cd 100644
--- a/src/mlpack/methods/ann/ffnn.hpp
+++ b/src/mlpack/methods/ann/ffnn.hpp
@@ -44,7 +44,7 @@ class FFNN
      * @param outputLayer The outputlayer used to evaluate the network.
      */
     FFNN(const ConnectionTypes& network, OutputLayerType& outputLayer)
-        : network(network), outputLayer(outputLayer), err(0)
+        : network(network), outputLayer(outputLayer), err(0), seqNum(0)
     {
       // Nothing to do here.
     }



More information about the mlpack-git mailing list