🌈 搜索
📅  最后修改于: 2022-03-11 14:47:21.092000             🧑  作者: Mango
require(imputation) x = matrix(rnorm(100),10,10) x[x>1] = NA kNNImpute(x, 3) x