powered by
Taks a data.frame and replaces all NA values with a certain value.
replaceNAsFeatures(indata, features, replacement = 0)
the modified data.frame with replaced values
a data.frame
a vector of variable names (must be colum names of indata that are to be used for NA-replacement
indata
the alternative value, NA values should be replaced with, zero by default
Konstantin Hopf konstantin.hopf@uni-bamberg.de
naInf_omit, remove_empty_features