Description Usage Arguments Value Author(s)
SVM model. This function is a wraper to the svm
function of e1071
package.
If no massits features tibble is informed, an enclosed function is returned.
1 2 | its.ml.model.svm_radial(f = NULL, formula = its.formula.linear(),
gamma = function(f) { 1/its.feat.length(f) }, cost = 1)
|
f |
A massits features tibble to compose the formula expression. |
formula |
A valid massits formula to be used in classification model |
gamma |
Radial kernel parameter (exp(-gamma*|u-v|^2)) |
cost |
Cost of constraint violation |
SVM Model
Rolf Simoes, rolf.simoes@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.