listAvailableFeatureSets function

List Available Feature Sets

List Available Feature Sets

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

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.

Returns

[character].

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

Examples

sets = listAvailableFeatureSets()
  • Maintainer: Pascal Kerschke
  • License: BSD_2_clause + file LICENSE
  • Last published: 2020-03-31