listAvailableFeatureSets: List Available Feature Sets

View source: R/listAvailableFeatures.R

listAvailableFeatureSetsR Documentation

List Available Feature Sets

Description

Lists all available feature sets w.r.t. certain restrictions.

Usage

listAvailableFeatureSets(
  subset,
  allow.cellmapping,
  allow.additional_costs,
  blacklist
)

Arguments

subset

[character]
Vector of feature sets, which should be considered. If not defined, all features will be considered.

allow.cellmapping

[logical(1)]
Should (general) cell mapping features be considered as well? The default is TRUE.

allow.additional_costs

[logical(1)]
Should feature sets be considered, which require additional function evaluations? The default is TRUE.

blacklist

[character]
Vector of feature sets, which should not be considered. The default is NULL.

Value

[character].
Feature sets, which could be computed - based on the provided input.

Examples

sets = listAvailableFeatureSets()

kerschke/flacco documentation built on Dec. 5, 2022, 12:56 a.m.