summary.cmfrec {cmfrec} | R Documentation |
Get information about factorization model
Description
Print basic properties of a 'cmfrec' object (a base class encompassing all the models in this package). Same as the 'print.cmfrec' function.
Usage
## S3 method for class 'cmfrec'
summary(object, ...)
Arguments
object |
An object of class 'cmfrec' as returned by functions CMF, CMF_implicit, MostPopular, ContentBased, OMF_explicit, OMF_implicit. |
... |
Extra arguments (not used). |
Value
No return value (information is printed).
See Also
[Package cmfrec version 3.5.1-3 Index]