voiage.cli.calculate_validation
calculate_validation
Section titled “calculate_validation”calculate_validation([positional or keyword] surface_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON surface data for model-validation VOI'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save model-validation result')) -> NoneCalculate value of model validation from a JSON surface file.
Examples
Section titled “Examples”Calculate validation regret and consensus strategy:
.. code-block:: bash
voiage calculate-validation validation_surface.json
Parameters:
surface_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON surface data for model-validation VOI'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save model-validation result'))
Returns: None