Author:Pablo Bermejo <Pablo.Bermejo{[at]}uclm.es>
Category:Attribute selection
Date:2013-06-06
Depends:weka (>=3.7.1)
Description:This attribute selector is specially designed to handle high-dimensional datasets. It first creates a ranking of attributes based on the selected metric, and then it runs an Incremental Wrapper Subset Selection over the ranking (linear complexity) by selecting attributes (using the WrapperSubsetEval class) which improve the performance for a given minimum number of folds out of the folds of the the wrapper cross-validation. It contains the theta option which permits to tune an early stopping (sublinear complexity). It contains the replaceSelection option, which tests at each step of the incremental search swapping a selected attribute by the current candidate, this reduces the mean number of selected attributes without decreasing performance but it increases the linear complexity to quadratic.
Enhances:weka.attributeSelection
License:GPL 2.0|Mozilla
Maintainer:Pablo Bermejo <Pablo.Bermejo{[at]}uclm.es>
PackageURL:http://www.dsi.uclm.es/personal/PabloBermejo/downloads/IWSS1.0.0.zip
Version:1.0.0