mean_imputation {Spectrum} | R Documentation |
mean_imputation: mean imputation function for multi-view spectral clustering with missing data
Description
Works on a list of similarity matrices to impute missing values using the mean from the other views.
Usage
mean_imputation(l)
Arguments
l |
A list of data frames: all those to be included in the imputation. |
Value
A list of completed data frames.
Examples
m_test <- mean_imputation(misslfilled)
[Package Spectrum version 1.1 Index]