Learn R Programming

ProjectionBasedClustering (version 1.0.0)

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.