| knn-class {fdm2id} | R Documentation |
K Nearest Neighbours model
Description
This class contains the classification model obtained by the k-NN method.
Slots
trainThe training set (description). A
data.frame.labelsClass labels of the training set. Either a
factoror an integervector.kThe
kparameter.
See Also
[Package fdm2id version 0.9.9 Index]