reliefcat {dprep}R Documentation

Feature selection by the Relief for datasets only with nominal features

Description

This function applies the RELIEF on datasets containing either continuous or nominal attributes.

Usage

reliefcat(data, nosample, threshold, vnom)

Arguments

data the name of the dataset
nosample the size of the sample drawn for updatin the relevance of each feature
threshold the threshold for choosing the relevant features
vnom a vector of indexes indicating the nominal features

Author(s)

Edgar Acuna

See Also

relief


[Package dprep version 1.0 Index]