FeatureMatch.subset#
- FeatureMatch.subset(N: int = 100) FeatureMatch[source]#
Select subset of features
- Parameters:
N (int, optional) – the number of features to select, defaults to 10
- Returns:
feature vector
- Return type:
Return
Nfeatures selected in constant steps from the input feature vector, ie. feature 0, s, 2s, etc.