Description Usage Arguments Value Author(s) See Also Examples
This function computes the sum of dissimilarity between each observation and the mean (scalar of vector) of the observations.
1 2 3 |
data |
A matrix with observations in the nodes. |
id |
Node index to compute the cost |
method |
Character or function to declare distance method.
If |
p |
The power of the Minkowski distance. |
cov |
The covariance matrix used to compute the mahalanobis distance. |
inverted |
logical. If 'TRUE', 'cov' is supposed to contain the inverse of the covariance matrix. |
A numeric, the sum of dissimilarity between the observations
id
of data
and the mean (scalar of vector) of
this observations.
Elias T. Krainski and Renato M. Assuncao
See Also as nbcost
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.