predict.knn.prmdt: predict.knn.prmdt

View source: R/predict.R

predict.knn.prmdtR Documentation

predict.knn.prmdt

Description

Return prediction for a train.kknn model.

Usage

## S3 method for class 'knn.prmdt'
predict(object, newdata, type = "class", ...)

Arguments

object

a train.kknn model object for which prediction is desired.

newdata

an optional data frame in which to look for variables with which to predict.

type

type of prediction 'prob' or 'class' (default).

...

additional arguments affecting the predictions produced.

Value

a vector or matrix of predictions for knn model.


traineR documentation built on Nov. 10, 2023, 1:15 a.m.