print.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).
Usage
## S3 method for class 'cmfrec'
print(x, ...)
Arguments
x |
An object of class 'cmfrec' as returned by functions CMF, CMF_implicit, MostPopular, ContentBased, OMF_explicit, OMF_implicit. |
... |
Extra arguments (not used). |
Value
Returns the same model object that was passes as input.
[Package cmfrec version 3.5.1-3 Index]