d_score | R Documentation |
d score measures the similarity of two square matrix with same dimension. d_score equals 0 if the estimator is a column permutation of true value.
d_score(estimator, true_value)
estimator |
A square matrix, usually an estimator of the |
true_value |
A square matrix, which the estimator is compared to. |
A numeric value in [0,1].
d_score(diag(3), diag(3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.