metric_drop {dropout} | R Documentation |
Compute drop metric for each column
Description
This function computes the number of drops for each column based on the c_output
data.
Usage
metric_drop(c_output)
Arguments
c_output |
A list containing output data to compute the drop metric. |
Value
A vector of drop values.
[Package dropout version 2.2.0 Index]