Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get.order

Making ordinal information.


Description

For a given dissimilarity matrix Xi=(xi_{ij})_{n x n}, creating the ordinal information matrix whose row vectors are ordinal quadruples of indices: a row vector (i,j,k,l) means xi_{ij}<xi_{kl}.

Usage

get.order(DM)

Arguments

DM

A dissimilarity matrix.

Value

The matrix whose row vectors are ordinal quadruples of indices: a row vector (i,j,k,l) means xi_{ij}<xi_{kl}.

Author(s)

Yoshikazu Terada

Examples

data(eurodist)
OIF <- get.order(as.matrix(eurodist))

loe

Local Ordinal Embedding

v1.1
GPL (>= 2)
Authors
Yoshikazu Terada, Ulrike von Luxburg
Initial release
2016-02-09

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.