Description Usage Arguments Value Examples
Selection algorithm
1 | selection_algoritm(X, Y)
|
X |
matrix |
Y |
vector |
double
1 2 3 | X<-matrix(rnorm(15),3,5)
Y<-c(2, 4.2, 5.8)
selection_algoritm(X,Y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.