Learn R Programming

loe (version 1.1)

loe-package: Local Ordinal Embedding

Description

Soft Ordinal Embedding (SOE) is a simple new method for ordinal embedding problem. SOE can deal with a part of ordinal comparisons: $dissimilarity(i,j)

The local point of view suggests ordinal embedding as an interesting alternative to graph drawing algorithms. If vertex $i$ is connected by an edge to vertex $j$, but not to vertex $k$, we interpret this constellation as a constraint of the form $dissimilarity(i,j)

This package provides SOE and LOE.

Arguments

Acknowledgement

The authors wishes to express their thanks to Dr. Michio Yamamoto and Mr. Yuichi Saito for their help in creating this package. This work was partially supported by Grant-in-Aid for JSPS Fellows Number 24-2466.

Details

Package:
loe
Type:
Package
Version:
1.0
Date:
2014-01-28
License:
GPL-2
The functions for SOE on ordinal comparison matrices and LOE on unweighted adjacency matrices are SOE() and LOE(), respectively.