SumSqMatrixRows | R Documentation |
Calculate the sum of square distances between rows of a matrix
SumSqMatrixRows(dataMatrix, distMetric = list(name = "euclidean", rescale = F))
dataMatrix |
A matrix for which to calcluate the sum of the sum of square distances between its rows. |
distMetric |
A list with the name of the distance metric and any parameters it might require |
Numeric. The sum of the square distances between the rows of the matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.