|
AQIT 0.1.0
|
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" |
|
protected |
Definition at line 19 of file confidence_analysis_check.py.
Referenced by write_confidence_analysis_check().
|
protected |
Definition at line 72 of file confidence_analysis_check.py.
References _plot_metric_heatmap(), _plot_probe_confidence(), and _plot_stressor_summary().
Referenced by write_confidence_analysis_check().
|
protected |
Definition at line 171 of file confidence_analysis_check.py.
Referenced by _plot_confidence_analysis_check().
|
protected |
Definition at line 122 of file confidence_analysis_check.py.
References _probe_label().
Referenced by _plot_confidence_analysis_check().
|
protected |
Definition at line 147 of file confidence_analysis_check.py.
Referenced by _plot_confidence_analysis_check().
|
protected |
Definition at line 202 of file confidence_analysis_check.py.
References _trunc().
Referenced by _plot_probe_confidence().
|
protected |
Definition at line 214 of file confidence_analysis_check.py.
Referenced by _probe_label().
| tuple[Path, Path] write_confidence_analysis_check | ( | dict[str, Any] | result, |
| * | , | ||
| str | None | tool_name, | ||
| str | Path | cwd ) |
Definition at line 51 of file confidence_analysis_check.py.
References _normalize_confidence_analysis_result(), and _plot_confidence_analysis_check().
|
protected |
Definition at line 15 of file confidence_analysis_check.py.
|
protected |
Definition at line 16 of file confidence_analysis_check.py.