metric_drop_index {dropout} | R Documentation |
Compute drop index for each row
Description
This function returns the index of the dropped column for each row, or NA
if no column was dropped.
Usage
metric_drop_index(c_output)
Arguments
c_output |
A list containing output data to compute the drop index. |
Value
A vector of drop indices (or NA if no drop occurred).
[Package dropout version 2.2.0 Index]