MaxKnn: Impute missing values using KNN imputation with prior max...

View source: R/impute.R

MaxKnnR Documentation

Impute missing values using KNN imputation with prior max normalisation

Description

Impute missing values using KNN imputation with prior max normalisation

Usage

MaxKnn(obj, k = 5, verbose = FALSE)

Arguments

obj

Input

k

nearest neighbours

verbose

Log the start and end time for imputation

Value

Input data with missing values imputed


TomSmithCGAT/OptProc documentation built on July 22, 2023, 12:08 a.m.