AQIT 0.1.0
Loading...
Searching...
No Matches
confidence_analysis_check.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.confidence_analysis_check

Functions

dict[str, Any] aquin.confidence_analysis_check._normalize_confidence_analysis_result (dict[str, Any] result)
tuple[Path, Path] aquin.confidence_analysis_check.write_confidence_analysis_check (dict[str, Any] result, *, str|None tool_name, str|Path cwd)
None aquin.confidence_analysis_check._plot_confidence_analysis_check (dict[str, Any] result, Path png_path)
None aquin.confidence_analysis_check._plot_probe_confidence (Any ax, list[dict[str, Any]] probes, float threshold)
None aquin.confidence_analysis_check._plot_stressor_summary (Any ax, list[dict[str, Any]] summary)
None aquin.confidence_analysis_check._plot_metric_heatmap (Any ax, dict[str, Any] heatmap)
str aquin.confidence_analysis_check._probe_label (dict[str, Any] probe)
str aquin.confidence_analysis_check._trunc (str text, int limit)

Variables

str aquin.confidence_analysis_check._JSON_NAME = "confidence-analysis-check.json"
str aquin.confidence_analysis_check._PNG_NAME = "confidence-analysis-check.png"