Learn R Programming

ProjectionBasedClustering (version 1.1.2)

KruskalStress: Kruskal stress calculation

Description

Calculates the stress as defined by Kruskal for 2 distance matrices

Usage

KruskalStress(InputDistances, OutputDistances)

Arguments

InputDistances

Distance matrix of the original Data

OutputDistances

Distance matrix of the projected Data

Value

A single numerical representing the Kruskal stress of the distance matrices.

Details

An short overview of different types of quality measures can be found in [Thrun, 2018, p.68, Fig. 6.3] (https://doi.org/10.1007/978-3-658-20540-9).