Learn R Programming

fdm2id (version 0.9.5)

knn-class: K Nearest Neighbours model

Description

This class contains the classification model obtained by the k-NN method.

Arguments

Slots

train

The training set (description). A data.frame.

labels

Class labels of the training set. Either a factor or an integer vector.

k

The k parameter.

See Also

KNN, predict.knn