Description Usage Arguments Value
View source: R/process_scores.R
Internal function used to process scores and replace outliers.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | process_scores(
data,
scores,
predData,
v,
rmse,
replace,
pmm.k,
threshold,
max_n_outliers,
max_prop_outliers,
allow_predictions,
obj = NULL
)
|
data |
Data set. |
scores |
Matrix with outlier scores. |
predData |
Prediction data.frame. |
v |
Variables checked. |
rmse |
rmse. |
replace |
replace. |
pmm.k |
pmm.k. |
threshold |
threshold. |
max_n_outliers |
max_n_outliers. |
max_prop_outliers |
max_prop_outliers. |
allow_predictions |
allow_predictions. |
obj |
outForest object. |
A list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.