trackpy.predict.DriftPredict.link_df¶
- DriftPredict.link_df(*args, **kw)¶
Wrapper for linking.link_df_iter() that causes it to use this predictor.
As with linking.link_df(), the features data is a single DataFrame.
Note that this does not wrap linking.link_df(), and does not accept the same options as that function. However in most cases it is functionally equivalent.