Select by Weights (Multi)
Synopsis
This operator allows you to select columns by a given criterion such as correlation
Description
This operator allows you to filter a given data set for the most dependent attributes. The dependency measure can be chosen with the parameter method.
This operator combines the functionality of several other operators like Weight by Correlation in combination with Select by Weights.
Unlike most other Weight by Operator, this operator also allows weights. You can use weights by setting the column containing the weights to the role 'weight.
Input
exa
The table you want to filter.
Output
exa
The filtered table.
ori
The original table.
wei
A table with the attribute names and their respective names. Incompatible attributes contain a missing value for their weight.
Parameters
Method
The method you want to use to calculate the weights.
Filter method
Allows you to define if you want to choose the top k attributes or all attributes above a given threshold.