Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::Art15MetricsCalculator Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ compute()

static Art15Metrics signet::forge::Art15MetricsCalculator::compute ( const std::vector< InferenceRecord > &  records,
float  low_confidence_threshold = 0.5f 
)
inlinestatic

Compute Art.15 metrics from a set of inference records.

Parameters
recordsInference records to analyze
low_confidence_thresholdConfidence threshold for flagging (default 0.5)
Returns
Computed metrics

Definition at line 994 of file eu_ai_act_reporter.hpp.


The documentation for this class was generated from the following file: