adaptive_imputation {fastadi} | R Documentation |
Create an Adaptive Imputation object
Description
adaptive_imputation
objects are a subclass of
LRMF3::svd_like()
, with an additional field alpha
.
Usage
adaptive_imputation(u, d, v, alpha, ...)
Arguments
u |
A matrix "left singular-ish" vectors. |
d |
A vector of "singular-ish" values. |
v |
A matrix of "right singular-ish" vectors. |
alpha |
Value of |
... |
Optional additional items to pass to the constructor. |
Value
An adaptive_imputation
object.
[Package fastadi version 0.1.1 Index]