Run Harmonic-Wise Comparison Pipeline
This page documents the offline harmonic-wise comparison entry point used by the paper-faithful RCIM reimplementation branch.
Run the offline harmonic-wise comparison pipeline against the paper reference.
- scripts.paper_reimplementation.rcim_ml_compensation.run_harmonic_wise_comparison_pipeline.run_harmonic_wise_comparison_pipeline(config_path, output_suffix='baseline_validation')[source]
Run the repository-owned offline harmonic-wise validation pipeline.
- Parameters:
config_path (Path) – Harmonic-wise configuration path.
output_suffix (str) – Suffix appended to the immutable validation artifact.
- Returns:
Tuple containing the validation summary path, Markdown report path, and regenerated master summary path.
- Return type:
tuple[Path, Path, Path]