listAvailableFeatureSets: List Available Feature Sets

Description Usage Arguments Value Examples

View source: R/listAvailableFeatures.R

Description

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

Usage

1
2
3
4
5
6
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

1

flacco documentation built on April 1, 2020, 1:06 a.m.