bpr_optim: Generic function for optimizing BPR negative log likelihood...

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_optim.list, bpr_optim.matrix

Examples

1
2
data <- bpr_data
out_opt <- bpr_optim(x = data, is_parallel = FALSE, method = "BFGS")

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