relative_error | R Documentation |
Computes the relative error between the true and estimated matrices
relative_error(West, Wtrue)
West |
estimated matrix |
Wtrue |
true matrix |
library(spectralGraphTopology) X <- L(c(1, 0, 1)) relative_error(X, X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.