Description Usage Arguments Value
The function can be used to make prediction on test data using trained model
1 | KnnPredict(knnMdl, testData)
|
knnMdl |
a list containing:
|
testData |
a data frame or matrix, to compute the predictions |
a numeric / vector with prediction on test data using model generated by KnnFit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.