Loop Attribute Subsets


Synopsis

Performs its inner operator for all specified feature subsets (useful for brute force evaluations in combination with the ProcessLog operator).


Description

This meta operator iterates through all possible feature subsets within the specified range and applies the inner operators on the feature subsets. This might be useful in combination with the ProcessLog operator and, for example, a performance evaluation. In contrast to the BruteForce feature selection, which performs a similar task, this iterative approach needs much less memory and can be performed on larger data sets.


Input


Output


Parameters


ExampleProcess