IMA_params | R Documentation |
Parameter class for IMA
IMA_params(
rank,
u_bounds,
l_bounds = c(0, 0),
maxiter = 1e+06,
stop_crit = 1e-04
)
rank |
target number of features in final matrices |
u_bounds |
upper bounds on integers |
l_bounds |
lower bounds on integers (default = c(0,0)) |
maxiter |
maximum number of iterations (default = 1000000) |
stop_crit |
criterion of difference at which to stop (default = 0.0001) |
parameter object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.