Learn R Programming

dprep (version 3.0.2)

near3: Auxiliary function for the reliefcat function

Description

This function finds the instance in the data matrix that is closest to a given instance x sing teh Manhattan distance. The attributes can be either continuous or nominal.

Usage

near3(x, data)

Arguments

x
A given instance
data
The name of the dataset

See Also

relief,distancia1