metric_column {dropout} | R Documentation |
Compute column name for dropped observations
Description
This function returns the column names corresponding to the dropped values in the dataset.
Usage
metric_column(c_output, drop_index, data)
Arguments
c_output |
A list containing output data to detect dropped columns. |
drop_index |
A vector indicating the index of the dropped column for each row. |
data |
The original dataset. |
Value
A vector of column names corresponding to dropped values.
[Package dropout version 2.2.0 Index]