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:
@@ -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_);
|
||||
|
||||
Reference in New Issue
Block a user