Learn R Programming

familiar (version 1.5.0)

.get_default_sign_size: Internal function for obtaining a default signature size parameter

Description

Internal function for obtaining a default signature size parameter

Usage

.get_default_sign_size(data, restrict_samples = FALSE)

Value

List containing the preset values for the signature size parameter.

Arguments

data

dataObject class object which contains the data on which the preset parameters are determined.

restrict_samples

Logical indicating whether the signature size should be limited by the number of samples in addition to the number of available features. This may help convergence of OLS-based methods.