multipleRR | R Documentation |
computes multiple randomized rounding for a given vector of wi
multipleRR(clf, X, y, w, n, remove.zero.vec = TRUE)
clf: |
the classifier parameter object |
X: |
the data matrix with variables in the rows and observations in the columns |
y: |
the response vector |
w: |
a vector of wi coefficients |
n: |
number of round roundings to compute |
remove.zero.vec: |
whether to remove the zero vectors |
an population of dense vectors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.