features_all_subsets {SmartMeterAnalytics}R Documentation

Creates a set of all combinations of features

Description

Creates a set of all combinations of features

Usage

features_all_subsets(set)

Arguments

set

vector of available festures that are premutated

Value

a list of subsets of the input vector

Author(s)

Konstantin Hopf konstantin.hopf@uni-bamberg.de, Ilya Kozlovskiy

Examples

    features_all_subsets(c("A", "B", "C"))

[Package SmartMeterAnalytics version 1.0.3 Index]