near1 {dprep}R Documentation

Auxiliary function for the reliefcont function

Description

This function finds the instance in the data matrix that is closest to a given instance x. It is assumed that all the attributes are continuous.

Usage

near1(x, data)

Arguments

x A given instance
data The name of the dataset

Author(s)

Edgar Acuna

See Also

near2,relief


[Package dprep version 2.0 Index]