MPrankNeighbors: Compute non-parametric neighborhoods of data elements using...

Description Usage Arguments Details

Description

This function takes as input a distance object or distance matrix (values describing distance between pairs of data elements). For each data element, it considers what other points are nearby and ranks them by distance.

Usage

1
MPrankNeighbors(dd, ties = "average", ...)

Arguments

dd

- matrix of distances between neighbors

ties

- character, used to determine how equal ranks are handled by rank function

...

- additional arguments passed on to rank

Details

The output is non-parametric neighborhood object. "x[i,j] = r" implies that data element "j" is the "r-th" one to data element "i".


tkonopka/MultiPattern documentation built on May 31, 2019, 3:45 p.m.