Description Usage Arguments Examples
Imputation using the SVD First fill missing values using the mean of the column Then, compute a low, rank-k approximation of x. Fill the missing values again from the rank-k approximation. Recompute the rank-k approximation with the imputed values and fill again, repeating num.iters times
1 | SVDImpute(x, k, num.iters = 10, verbose = T)
|
x |
a data frame or matrix where each row represents a different record |
k |
the rank-k approximation to use for x |
num.iters |
the number of times to compute the rank-k approximation and impute the missing data |
verbose |
if TRUE print status updates |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.