metric_sec_length {dropout}R Documentation

Compute section length metric for each column

Description

This function calculates the mode (most common value) of the left-out section length for each column.

Usage

metric_sec_length(c_output)

Arguments

c_output

A list containing output data to compute the section length metric.

Value

A vector of section length values.


[Package dropout version 2.2.0 Index]