citrus.generateRegularizationThresholds: Generate model regularization thresholds

Description Usage Arguments Value Author(s)

View source: R/citrus.model.R

Description

Generate a range of regularization thresholds for model construction

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

Arguments

features

Features used to construct model

labels

Endpoint lables for samples and features

modelType

Method used to construct endpoint model. Valid options are: pamr and glmnet.

n

Number of regularization thresholds to generate

...

Other arguments passed to model-fitting methods

family

Model family. Valid options are: classification and continuous.

Value

A vector of regularization threshold values.

Author(s)

Robert Bruggner


ParkerICI/kumquat documentation built on Dec. 18, 2021, 6:40 a.m.