src.pipeline.pps.pps_sequential
Classes
|
- class src.pipeline.pps.pps_sequential.PpsSequential(**kwargs)
- Author:
Alberto M. Esmoris Pena
A predictive strategy for sequential pipelines. See
PipelinePredictiveStrategyandsrc.pipeline.sequential_pipeline.SequentialPipeline.- __init__(**kwargs)
Handles the initialization of a predictive strategy for sequential pipelines.
- Parameters:
kwargs – The attributes for the pipeline’s predictive strategy.
- predict(pipeline, pcloud)
See
npu.pipeline.pps.pipeline_predictive_strategy.PipelinePredictiveStrategyandnpu.pipeline.pipeline_predictive_strategy.PipelinePredictiveStrategy.predict().- Parameters:
pcloud (
src.pcloud.point_cloud.PointCloud) – The point cloud to be predicted.- Returns:
The predictions.
- Return type:
np.ndarray