AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.confidence_analysis_check Namespace Reference

Functions

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

Variables

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

Function Documentation

◆ _normalize_confidence_analysis_result()

dict[str, Any] _normalize_confidence_analysis_result ( dict[str, Any] result)
protected

Definition at line 19 of file confidence_analysis_check.py.

Referenced by write_confidence_analysis_check().

◆ _plot_confidence_analysis_check()

None _plot_confidence_analysis_check ( dict[str, Any] result,
Path png_path )
protected

◆ _plot_metric_heatmap()

None _plot_metric_heatmap ( Any ax,
dict[str, Any] heatmap )
protected

Definition at line 171 of file confidence_analysis_check.py.

Referenced by _plot_confidence_analysis_check().

◆ _plot_probe_confidence()

None _plot_probe_confidence ( Any ax,
list[dict[str, Any]] probes,
float threshold )
protected

Definition at line 122 of file confidence_analysis_check.py.

References _probe_label().

Referenced by _plot_confidence_analysis_check().

◆ _plot_stressor_summary()

None _plot_stressor_summary ( Any ax,
list[dict[str, Any]] summary )
protected

Definition at line 147 of file confidence_analysis_check.py.

Referenced by _plot_confidence_analysis_check().

◆ _probe_label()

str _probe_label ( dict[str, Any] probe)
protected

Definition at line 202 of file confidence_analysis_check.py.

References _trunc().

Referenced by _plot_probe_confidence().

◆ _trunc()

str _trunc ( str text,
int limit )
protected

Definition at line 214 of file confidence_analysis_check.py.

Referenced by _probe_label().

◆ write_confidence_analysis_check()

tuple[Path, Path] write_confidence_analysis_check ( dict[str, Any] result,
* ,
str | None tool_name,
str | Path cwd )

Variable Documentation

◆ _JSON_NAME

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

Definition at line 15 of file confidence_analysis_check.py.

◆ _PNG_NAME

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

Definition at line 16 of file confidence_analysis_check.py.