View source: R/conform.classification.R
eval.knn.class | R Documentation |
Calculate p-values for conform.classification object with algorithm="knn"
eval.knn.class(model, cal_x, cal_y, test_x, k, type)
model |
trained model of conform.classification object |
cal_x |
calibration set covariate data |
cal_y |
calibration set response values |
test_x |
test set covariate data |
k |
number of nearest neighbors |
type |
nonconformity score type |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.