| nmfkc.cv.methods | R Documentation |
Compact print and (for rank sweeps) a score-vs-rank plot with a
“Best (Min)” marker, for the objects returned by
nmfkc.ecv, nmfkc.cv and nmfkc.bicv.
## S3 method for class 'nmfkc.ecv'
print(x, ...)
## S3 method for class 'nmfkc.ecv'
plot(x, main = "nmfkc element-wise CV", ylab = NULL, ...)
## S3 method for class 'nmfkc.bicv'
print(x, ...)
## S3 method for class 'nmfkc.bicv'
plot(
x,
main = "nmfkc bi-cross-validation",
ylab = "sigma (held-out RMSE)",
...
)
## S3 method for class 'nmfkc.cv'
print(x, ...)
## S3 method for class 'nmfkc.cv'
plot(
x,
main = "nmfkc CV: per-fold held-out loss",
ylab = "objfunc (block)",
...
)
x |
A |
... |
Passed to |
main, ylab |
Plot labels. |
x, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.