mse | R Documentation |
Same as the evaluate
S4 method for the nmf
class, but allows one to input the 'w', 'd', 'h', and 'data' independently.
mse(w, d = NULL, h, data, mask = NULL, missing_only = FALSE, ...)
w |
feature factor matrix (features as rows) |
d |
scaling diagonal vector (if applicable) |
h |
sample factor matrix (samples as columns) |
data |
dense or sparse matrix of features in rows and samples in columns. Prefer |
mask |
dense or sparse matrix of values in |
missing_only |
only calculate mean squared error at masked values |
... |
additional arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.