KruskalStress: Kruskal stress calculation
Description
Calculates the stress as defined by Kruskal for 2 distance matrices
Usage
KruskalStress(InputDistances, OutputDistances)
Value
A single numerical representing the Kruskal stress of the distance matrices.
Arguments
- InputDistances
Distance matrix of the original Data
- OutputDistances
Distance matrix of the projected Data
Details
An short overview of different types of quality measures can be found in [Thrun, 2018, p.68, Fig. 6.3] (tools:::Rd_expr_doi("10.1007/978-3-658-20540-9")).