metric_sec_length: Compute section length metric for each column

View source: R/metrics.R

metric_sec_lengthR 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.


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