Learn R Programming

GAPR (version 0.1.0)

ellipse_sort: Ellipse Sort

Description

This function applies an Rank-2-Ellipse seriation method to reorder a proximity matrix.

Usage

ellipse_sort(data)

Value

An integer vector representing the reordered indices of the matrix rows.

Please refer to computeProximity for complete usage examples.

Arguments

data

A square numeric proximity matrix (either n × n or p × p), representing pairwise distances or similarities between items.