near1 {dprep}R Documentation

Auxiliary function for the reliefcont function

Description

This function finds out 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 1.0 Index]