metric_drop_id {dropout}R Documentation

Compute drop indicator for each row

Description

This function computes a logical vector indicating whether each row in the dataset has been dropped.

Usage

metric_drop_id(c_output)

Arguments

c_output

A list containing output data to compute the drop indicator.

Value

A logical vector indicating dropped rows (TRUE = dropped).


[Package dropout version 2.2.0 Index]