reliefcat {dprep} | R Documentation |
This function applies the RELIEF Algorithm to datasets containing nominal attributes.
reliefcat(data, nosample, threshold, vnom)
data |
The name of the dataset |
nosample |
The size of the sample drawn and used to update the relevance of each feature |
threshold |
The threshold for choosing the relevant features |
vnom |
A vector of indices indicating the nominal features |
Edgar Acuna