[mlpack-git] master: Update Layer traits for the multiclass classification layer. (d7dc773)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sat Aug 29 08:23:31 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ea45ace1ff744390a4c35183528eda881eda5c61...fd336238de224ed72fc23b84e1e2f02ae3c879d6

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

commit d7dc7734de06597488c1ddea49e88b728cd9690e
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Wed Aug 26 18:22:31 2015 +0200

    Update Layer traits for the multiclass classification layer.


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

d7dc7734de06597488c1ddea49e88b728cd9690e
 src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp b/src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp
index f61863a..29ce657 100644
--- a/src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp
+++ b/src/mlpack/methods/ann/layer/multiclass_classification_layer.hpp
@@ -71,6 +71,7 @@ class LayerTraits<MulticlassClassificationLayer>
   static const bool IsBinary = false;
   static const bool IsOutputLayer = true;
   static const bool IsBiasLayer = false;
+  static const bool IsConnection = false;
 };
 
 /***



More information about the mlpack-git mailing list