ccs4dt.main.modules.prediction package

Submodules

ccs4dt.main.modules.prediction.predictor module

class ccs4dt.main.modules.prediction.predictor.Predictor(input_batch_df)

Bases: object

Predict the position of a given object and timestamp based on the measurements of different sensors.

Parameters

input_batch_df (pandas.DataFrame) – Input batch dataframe

run()

Run predictor

Returns

The predicted positions for each object

Return type

pd.DataFrame

Module contents