DCM-UPB / QNets

C++ library that allows to use (Feed Forward) Neural Networks in C++ with a few simple commands.
Other
2 stars 3 forks source link

Prepare feature maps #28

Closed Ithanil closed 6 years ago

Ithanil commented 6 years ago

Adressing #23 #24

New class hierarchy: inherit_graph_3

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 191


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/layer/NNLayer.hpp 1 2 50.0%
src/feeder/SmartBetaGenerator.cpp 37 38 97.37%
src/unit/ActivationUnit.cpp 1 2 50.0%
src/unit/ActivationUnit.hpp 5 7 71.43%
src/io/PrintUtilities.cpp 0 2 0.0%
src/feeder/FeederInterface.hpp 2 5 40.0%
src/network/FeedForwardNeuralNetwork.cpp 8 11 72.73%
src/layer/FedLayer.cpp 53 56 94.64%
src/unit/NetworkUnit.hpp 0 3 0.0%
<!-- Total: 267 286 93.36% -->
Files with Coverage Reduction New Missed Lines %
src/unit/NetworkUnit.hpp 4 0.0%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 181: -0.5%
Covered Lines: 1645
Relevant Lines: 1980

💛 - Coveralls