Created on Oct 5, 2012
@author: georgianadinu
Bases: composes.transformation.feature_selection.feature_selection.FeatureSelection
Sorts the columns of a space according to some criterion and returns a space containing only the top \(k\) ones.
Available criteria:
sum: Default. Ranks columns according to the sum on their elements.
length: Ranks columns according to their vector length.