calculate_position_predict.RdCompute metrics related to the prediction of the positions
calculate_position_predict(dataset, prediction, metrics = c("rf_mse", "rf_rsq", "lm_mse", "lm_rsq"))
| dataset | A dataset containing a trajectory |
|---|---|
| prediction | A predicted trajectory |
| metrics | Which metrics to predict, can be rf_mse, rf_rsq, rf_nmse, lm_mse, lm_rsq and/or lm_nmse |