如果我在某些预测变量的列中有NaN值,如何使用randomForest库在R中运行随机目录林。
rf <- randomForest(class ~ maxf + minf + d + startf + endf + f1.4 + f1.2 + f3.4 + minslope + maxslope+ bslope + eslope + avgsl + noex + noip, data=whistles_nov, importance=TRUE)
给出了这个错误:
Error in na.fail.default(list(class = c(6L, 6L, 6L, 6L, 6L, 6L, 6L, 6L, :
missing values in object
无论NaN值如何,matlab中的TreeBagger函数都能正常工作吗?