Skip to contents

Draws the element-wise CV score (held-out RMSE) against the rank, marking the minimizing rank as “Best (Min)”.

Usage

# S3 method for class 'nmfre.ecv'
plot(
  x,
  main = "NMF-RE element-wise CV",
  xlab = "Rank (Q)",
  ylab = "sigma.ecv (held-out RMSE)",
  ...
)

Arguments

x

An object of class "nmfre.ecv".

main

Plot title.

xlab, ylab

Axis labels.

...

Passed to plot.

Value

The input object, invisibly.

See also