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

clang-tidy/reformat #37

Closed Ithanil closed 5 years ago

Ithanil commented 5 years ago
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 267


Changes Missing Coverage Covered Lines Changed/Added Lines %
include/ffnn/actf/ActivationFunctionInterface.hpp 4 5 80.0%
include/ffnn/net/FeedForwardNeuralNetwork.hpp 19 20 95.0%
src/actf/ActivationFunctionManager.cpp 15 16 93.75%
src/feed/WeightedFeeder.cpp 10 11 90.91%
src/fmap/MultiDimStaticMap.cpp 12 13 92.31%
src/fmap/OneDimStaticMap.cpp 4 5 80.0%
include/ffnn/feed/WeightedFeeder.hpp 4 6 66.67%
include/ffnn/layer/InputLayer.hpp 10 12 83.33%
include/ffnn/layer/NNLayer.hpp 11 13 84.62%
include/ffnn/layer/OutputNNLayer.hpp 11 13 84.62%
<!-- Total: 1426 1792 79.58% -->
Files with Coverage Reduction New Missed Lines %
src/layer/NNLayer.cpp 1 73.33%
src/train/NNTrainerGSL.cpp 1 89.4%
src/train/NNTrainer.cpp 1 75.17%
src/fmap/EuclideanDistanceMap.cpp 1 48.28%
src/net/FeedForwardNeuralNetwork.cpp 3 76.39%
src/io/PrintUtilities.cpp 6 0.0%
<!-- Total: 13 -->
Totals Coverage Status
Change from base Build 261: 0.7%
Covered Lines: 2519
Relevant Lines: 3129

💛 - Coveralls