IMA_params: Parameter class for IMA

View source: R/IMA.R

IMA_paramsR 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


countland documentation built on May 29, 2024, 7:13 a.m.