Optimize Selection (Brute Force)


Synopsis

Selects the best features for an example set by trying all possible combinations of attribute selections.


Description

This feature selection operator selects the best attribute set by trying all possible combinations of attribute selections. It returns the example set containing the subset of attributes which produced the best performance. As this operator works on the powerset of the attributes set it has exponential runtime.


Input


Output


Parameters


ExampleProcess