near3 {dprep}R Documentation

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

Author(s)

Edgar Acuna

See Also

relief,distancia1


[Package dprep version 3.1.1 Index]