reliefcont {dprep} | R Documentation |
This function applies Relief to datasets containing only continuous attributes.
reliefcont(data, nosample, threshold)
data |
The name of the dataset |
nosample |
The size of the sample drawn and use to update the relevance of the features |
threshold |
The threshold for choosing the relevant features. |
Edgar Acuna