1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-22 08:16:42 +00:00

Introduces a multimachine to handle multi-target static analyser outputs.

Non-functional as of yet.
This commit is contained in:
Thomas Harte
2018-01-28 22:22:21 -05:00
parent e025674eb2
commit d493ea4bca
11 changed files with 154 additions and 21 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include "ConfidenceCounter.hpp"
using namespace DynamicAnalyser;
using namespace Analyser::Dynamic;
float ConfidenceCounter::get_confidence() {
return static_cast<float>(hits_) / static_cast<float>(hits_ + misses_);