caret (version 5.07-001)

predict.knn3: Predictions from k-Nearest Neighbors

Description

Predict the class of a new observation based on k-NN.

Usage

## S3 method for class 'knn3':
predict(object, newdata, type=c("prob", "class"), ...)

Arguments

Value

  • Either the predicted class or the the proportion of the votes for each class.

Details

This function is a method for the generic function predict for class knn3. For the details see knn3. This is essentially a copy of predict.ipredknn.