Get imputed data
observation_impute_cpp_simple(xbar, index_simple, xtest, S)Numeric matrix
mean of each leaf.
Positive integer.
Numeric matrix. Represents a single test observation.
Integer matrix of dimension n_combinations x m, where n_combinations equals
the total number of sampled/non-sampled feature combinations and m equals
the total number of unique features. Note that m = ncol(xtrain). See details
for more information.
Nikolai Sellereite