reliefcat {dprep} | R Documentation |
This function applies the RELIEF on datasets containing either continuous or nominal attributes.
reliefcat(data, nosample, threshold, vnom)
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 |
Edgar Acuna