addconst | R Documentation |
addconst
returns the smallest additive constant which,
added to the dissimilarities, makes the data true Euclidean distances.
Note: NA's are not allowed.
addconst(delta, faster = FALSE, error.check = FALSE)
delta |
an n by n square symmetric hollow matrix containing (non-negative) dissimilarities. |
faster |
logical indicating faster but less precise procedure |
error.check |
extensive check validity input (data) parameters (default = FALSE). |
additive constant
Frank M.T.A. Busing
Cailliez (1983)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.