voiage.cli.calculate_expert_synthesis
calculate_expert_synthesis
Section titled “calculate_expert_synthesis”calculate_expert_synthesis([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON expert synthesis specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the expert synthesis result')) -> NoneCalculate fixture-backed expert synthesis VOI from JSON.
Parameters:
specification_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON expert synthesis specification'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the expert synthesis result'))
Returns: None