select_threshold: Find optimal threshold for PAMR feature selection.

Description Usage Arguments Details Value Author(s)

Description

Find optimal threshold for PAMR feature selection. Prefers small number of features.

Usage

1
select_threshold(histcv, max_allowed_feat = NULL)

Arguments

histcv

Crossvalidation history from pamr run.

max_allowed_feat

Maximum number of features to be selected.

Details

Depending on the threshold the number of selected features will change. This function looks for the optimal number with respect to the training error.

Value

The threshold with minimal training error.

Author(s)

Christian Bender (christian.bender@tron-mainz.de)


bootfs documentation built on May 2, 2019, 5:50 p.m.