Description Usage Arguments Details Value Recovery Use See Also Examples
Computes the matrix-wise accuracy.
1 | metric_matrix_wise(estimate, oracle, na.rm = FALSE)
|
estimate |
Estimated values from the model. |
oracle |
Known values used to generate the model. |
na.rm |
A |
The matrix-wise metric is a variant of accuracy that holistically looks at the entire estimated matrix against the entire
The metric is computed under:
I(\hat{θ}=θ)
A single numeric
value between 0 and 1.
The element-wise recovery metric is best used to understand differences between dichotomous matrices such as the \boldsymbol{Q} and \boldsymbol{Δ} matrices.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.