fastknn - How can missing values in the query data be handled?

Réponse

By setting the 'impute' parameter to TRUE, observations with missing values in the query data table can be imputed using the k-nearest-neighbors method. The default is FALSE.
Did this answer help you?