cut_attrs: Select Attributes by Score Depending on the Cutoff
Description
Select attributes by their score/rank/weights, depending on the cutoff that may be specified
by the percentage of the highest ranked attributes or by the number of the highest ranked attributes.
A numeric. For k >= 1 it takes floor(k) and then it indicates how many attributes to
take with the highest attribute rank (chooses k best attributes).
For 0 < k < 1 it stands for the percent of top attributes to take
(chooses best k * 100% of attributes).