summary.crs {radiant.model} | R Documentation |
Summary method for Collaborative Filter
Description
Summary method for Collaborative Filter
Usage
## S3 method for class 'crs'
summary(object, n = 36, dec = 2, ...)
Arguments
object |
Return value from |
n |
Number of lines of recommendations to print. Use -1 to print all lines |
dec |
Number of decimals to show |
... |
further arguments passed to or from other methods |
Details
See https://radiant-rstats.github.io/docs/model/crs.html for an example in Radiant
See Also
crs
to generate the results
plot.crs
to plot results if the actual ratings are available
Examples
crs(ratings,
id = "Users", prod = "Movies", pred = c("M6", "M7", "M8", "M9", "M10"),
rate = "Ratings", data_filter = "training == 1"
) %>% summary()
[Package radiant.model version 1.6.6 Index]