get.opt.index: Get or evaluate an optimal index

View source: R/utilities.R

get.opt.indexR Documentation

Get or evaluate an optimal index

Description

If the optimal index for the lambda path is not already assigned, then use a validated method to select the optimal index of the lambda path for alternate criteria (i.e. other than StARS).

Usage

get.opt.index(obj, criterion = "gcd", ...)

Arguments

obj

the pulsar/batch.pulsar object to evaluate

criterion

a character argument for the desired summary criterion

...

Ignored

Details

Automated optimal index selection is [currently] only implemented for gcd (graphlet stability).

Criterion:

  • gcd: Select the minimum gcd summary score within the lower and upper StARS bounds.

Value

index of the lambda path

See Also

opt.index


pulsar documentation built on Sept. 25, 2023, 1:08 a.m.