Skip to contents

Displays a bar chart of per-fold cross-validation errors from nmfae.cv. The overall RMSE (sigma) is shown in the title.

Usage

# S3 method for class 'nmfae.cv'
plot(x, ...)

Arguments

x

An object of class "nmfae.cv" returned by nmfae.cv.

...

Additional graphical parameters passed to barplot.

Value

Invisible NULL. Called for its side effect (plot).

See also