![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Computes Art.15 accuracy, robustness, and drift metrics from inference records. More...
#include <eu_ai_act_reporter.hpp>
Static Public Member Functions | |
| static Art15Metrics | compute (const std::vector< InferenceRecord > &records, float low_confidence_threshold=0.5f) |
| Compute Art.15 metrics from a set of inference records. | |
Computes Art.15 accuracy, robustness, and drift metrics from inference records.
Usage: auto metrics = Art15MetricsCalculator::compute(records, 0.5f); auto json = metrics.to_json();
Definition at line 987 of file eu_ai_act_reporter.hpp.
|
inlinestatic |
Compute Art.15 metrics from a set of inference records.
| records | Inference records to analyze |
| low_confidence_threshold | Confidence threshold for flagging (default 0.5) |
Definition at line 994 of file eu_ai_act_reporter.hpp.