a formula, with a response but no interaction terms. For the case of data frame, it is taken as the model frame (see model.frame).
train
data frame or matrix of train set cases.
test
data frame or matrix of test set cases.
k.max
the maximum number of number of neighbours to consider, must be at least two.
transform
a character with options FALSE (default), "minmax", and "zscore".
Option "minmax" means no transformation. This option allows the users to use normalized version of the train and test sets for the kNN aglorithm.
base
base measurement: error (default), accuracy, or MSE for Mean Square Error.
report
a character with options FALSE (default) and TRUE.
Option TRUE reports the values of the base measurement.
set.seed
a single value, interpreted as an integer, or NULL.