metric_drop_id {dropout} | R Documentation |
This function computes a logical vector indicating whether each row in the dataset has been dropped.
metric_drop_id(c_output)
c_output |
A list containing output data to compute the drop indicator. |
A logical vector indicating dropped rows (TRUE = dropped).