powered by
newMatrix <- missForest.par(dataMat)
missForest.par(dataMat, parallelize = "variables")
Columns are features, Rows examples. The data with NA values. 'xmis' in missForest
split on 'forests' or 'variables' (DEFAULT: 'variables')
a matrix including imputed values
# NOT RUN { library(ADAPTS) LM22 <- ADAPTS::LM22 LM22[2,3] <- as.numeric(NA) #Make some missing data to impute LM22.imp <- missForest.par(LM22) # }
Run the code above in your browser using DataLab