reliefcont: Feature selection by the Relief Algorithm for datasets with...

Description Usage Arguments Author(s) See Also

View source: R/reliefcont.R

Description

This function applies Relief to datasets containing only continuous attributes.

Usage

1
reliefcont(data, nosample, threshold,repet)

Arguments

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.

repet

The number of repetitions. It is recommended to use at most 10 repetitions. When nosample=number of instances use repet=1.

Author(s)

Edgar Acuna

See Also

relief


dprep documentation built on May 29, 2017, 11:01 a.m.