Package weka.attributeSelection

Class Summary
RerankingSearch It first creates an univariate ranking of all attributes in decreasing order given an information-theory-based AttributeEvaluator; then, the ranking is split in block of size B, and a ASSearch is run for the first block.