reliefcont {dprep}R Documentation

Feature selection by the Relief for datasets only with continuous features

Description

This function applies Relief to datasets containing only continuous attrbutes.

Usage

reliefcont(data, nosample, threshold)

Arguments

data the name of the dataset
nosample the size of the sample drawn for updating the relevance of the features
threshold the threshold for choosing the relevant features.

Author(s)

Edgar Acuna

See Also

relief


[Package dprep version 1.0 Index]