Description Usage Arguments Value Examples
Returns which algorithm among Multiclass SVM, KNN and Multiclass logistic performs better on the labelled data set using cross validation technique
1 | ChooseAlgorithm(Xtilde, Y, K = NULL)
|
Xtilde |
n * p centered and scaled data points |
Y |
A numeric n vector of labels of Xtilde |
K |
Number of classes, ( If K is NULL, it calculates K as maximum entry in Y) |
A string among c("KNN", "Logistic", "SVM") which tells us which algorithm performs better on the labelled data set
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.