bpr_gibbs: Generic function for performing Gibbs sampling on BPR model

Description Usage Arguments See Also Examples

Description

bpr_optim is a generic function which calles the appropriate methods depending on the class of the object x. Object x can be either a list or a matrix.

Usage

1

Arguments

x

The input object

...

Additional parameters

See Also

bpr_gibbs.list, bpr_gibbs.matrix

Examples

1
2
data <- bpr_data
out_opt <- bpr_gibbs(x = data, is_parallel = FALSE)

andreaskapou/mpgex documentation built on May 12, 2019, 3:33 a.m.