There are some feature selection methods in WEKA such as "CFSSubsetEval" and "ConsistencySubsetEval" that evaluate subsets based on a predefined search algorithm resulting in a final subset regardless of the user's preferred number of features. Can we consider them as instances of the filter method?