methodInterval="MAX" | "MEAN" | "MEDIAN" | "MIDRANGE" | "MIN" | "RANDOM" | "VALUE"

1 vues

Réponse

specifies the imputation technique for interval variables. Be aware that you can specify numeric variables as nominal using the nomVarsIndices parameter.

Alias
methodContinuous
Default
MEAN
MAX
replaces missing values with the maximum value. This technique applies to interval variables.
MEAN
replaces missing values with the mean. This technique applies to interval variables.
MEDIAN
replaces missing values with the median. This technique applies to interval variables.
MIDRANGE
replaces missing values with the mean of the maximum value and minimum value. This technique applies to interval variables.
MIN
replaces missing values with the minimum value. This technique applies to interval variables.
RANDOM
replaces missing values with uniform random numbers. This technique applies to interval variables.
VALUE
replaces missing values with the values specified in the valuesInterval and valuesNominal parameters.
Did this answer help you?
impute

dataPreprocess

See technical action