IMA_params {countland}R Documentation

Parameter class for IMA

Description

Parameter class for IMA

Usage

IMA_params(
  rank,
  u_bounds,
  l_bounds = c(0, 0),
  maxiter = 1e+06,
  stop_crit = 1e-04
)

Arguments

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)

Value

parameter object


[Package countland version 0.1.2 Index]