Learn R Programming

SmartMeterAnalytics (version 1.1.1)

features_all_subsets: Creates a set of all combinations of features

Description

Creates a set of all combinations of features

Usage

features_all_subsets(set)

Value

a list of subsets of the input vector

Arguments

set

vector of available festures that are premutated

Author

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

Examples

Run this code
    features_all_subsets(c("A", "B", "C"))

Run the code above in your browser using DataLab