aigct.exporter
Classes
Export results of an analysis to data files |
Module Contents
- class aigct.exporter.VEAnalysisExporter[source]
Export results of an analysis to data files
- export_results(results: aigct.model.VEAnalysisResult, dir: str)[source]
Export the results of an analysis to data files.
Parameters
- resultsVEAnalysisResult
Analysis result object with all relevant metrics
- dirstr
Directory to place the data files. The files will be placed in a subdirectory off of this directory whose name begins with ve_analysis_data and suffixed by a unique timestamp.
- export_calibration_results(results: aigct.model.VEAnalysisCalibrationResult, dir: str)[source]
Export the results of a calibration analysis to data files.
Parameters
- resultsVEAnalysisCalibrationResult
Calibration result object returned by calling VEAnalyzer.compute_calibration_metrics.
- dirstr
Directory to place the data files. The files will be placed in a subdirectory off of this directory whose name begins with ve_calibration_data and suffixed by a unique timestamp.