metric_drop_index {dropout} | R Documentation |
This function returns the index of the dropped column for each row, or NA
if no column was dropped.
metric_drop_index(c_output)
c_output |
A list containing output data to compute the drop index. |
A vector of drop indices (or NA if no drop occurred).