Description Usage Arguments Value Examples
This function predicts output using covaritates.
1 | my_knn_cv(train, cl, k_nn, k_cv)
|
train |
A data frame to input. |
cl |
It is a true value of my training data. |
k_nn |
An integer that represents the number of neighbors. |
k_cv |
An integer that represents the number of folds. |
The function will output a list of objects.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.