src.tests.predictive_pipeline_test
Classes
- class src.tests.predictive_pipeline_test.PredictivePipelineTest
- Author:
Alberto M. Esmoris Pena
Test that loads a predictive pipeline from a .pipe file, predicts a classified point cloud, and evaluates the classification results using a ClassificationEvaluator. It checks that the pipeline runs without errors and that all KPI (global and class-wise) are above 99%.
- __init__()
Basic configuration for any VL3D test.
- Parameters:
name (str) – Test name
- run()
Run the predictive pipeline test.
- Returns:
True if the test passes, False otherwise.
- Return type:
bool