Description Usage Arguments Details Value Examples
Retrieve or set factorization measures in an object
1 | measure(object)
|
object |
Object of class |
Factorization under multiple rank values lead to measures stored in
a data frame inside a slot measure
. In maximum likelihood using
factorize
, this set of quality measures include
dispersion and cophenetic
coeeficients for each rank. In Bayesian factorization using
vb_factorize
,
log evidence for each rank is stored. measure(object)
will return the data
frame. measure(object) <- value
can be used to modify it.
Either NULL
or a data frame containing measures.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.