features_all_subsets {SmartMeterAnalytics} | R Documentation |
Creates a set of all combinations of features
features_all_subsets(set)
set |
vector of available festures that are premutated |
a list of subsets of the input vector
Konstantin Hopf konstantin.hopf@uni-bamberg.de, Ilya Kozlovskiy
features_all_subsets(c("A", "B", "C"))