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

unmerged changes + polish #36

Closed Ithanil closed 5 years ago

Ithanil commented 5 years ago
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 260


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/fmap/EuclideanDistanceMap.cpp 0 1 0.0%
src/fmap/EuclideanPairDistanceMap.cpp 0 1 0.0%
include/ffnn/actf/ExponentialActivationFunction.hpp 2 5 40.0%
src/train/NNTrainer.cpp 1 5 20.0%
src/net/FeedForwardNeuralNetwork.cpp 9 15 60.0%
<!-- Total: 70 85 82.35% -->
Totals Coverage Status
Change from base Build 239: -1.3%
Covered Lines: 2214
Relevant Lines: 2774

💛 - Coveralls