LRMC: Takes an incomplete matrix and returns the imputed matrix using LRMC method.
Description
Takes an incomplete matrix and returns the imputed matrix using LRMC method.
Usage
LRMC(x)
Arguments
x
An m by n matrix with NAs
Value
An m by n matrix with imputed values
References
Chen, Xiaobo, et al. "Ensemble correlation-based low-rank matrix completion with applications to traffic data imputation." Knowledge-Based Systems 132 (2017): 249-262.