metric_drop_index: Compute drop index for each row

View source: R/metrics.R

metric_drop_indexR 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).


dropout documentation built on Nov. 2, 2024, 1:12 a.m.