Description Usage Arguments Value
View source: R/onlyDeconAlgorithms.R
Use weightNorm to normalize the SVM weights. Used for SVMDECONV
w1 <- weightNorm(w)
1 | weightNorm(w)
|
w |
The weight vector from fitting an SVM, something like something like t(fit1$coefs) %*% fit1$SV, where fit comes from <- svm(m~B, nu=0.25, kernel="linear")) |
a weight vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.