Learn R Programming

Spectrum (version 1.1)

mean_imputation: 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

Run this code
# NOT RUN {
m_test <- mean_imputation(misslfilled)
# }

Run the code above in your browser using DataLab