as.mean.squared.error {SparseSignatures} | R Documentation |
Return the mean squared error between the observed counts and the predicted ones for all the configurations considered during cross validation. This function expects an input object as the one generated by the function nmf.LassoCV.
as.mean.squared.error(nmf.LassoCV.result)
nmf.LassoCV.result |
results of cross validation into an object as the one generated by the function nmf.LassoCV |
A list with distributions and median values of the mean squared error values computed between the observed counts and the predicted ones at each iteration of cross validation
data(cv_example) res = as.mean.squared.error(cv_example)