Learn R Programming

flacco (version 1.2)

listAvailableFeatureSets: 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

Run this code
sets = listAvailableFeatureSets()

Run the code above in your browser using DataLab