View source: R/01_S7_Hyperparameters.R
setup_RadialSVM | R Documentation |
Setup hyperparameters for RadialSVM training.
setup_RadialSVM(cost = 1, gamma = 0.01, ifw = FALSE)
cost |
(Tunable) Numeric: Cost of constraints violation. |
gamma |
(Tunable) Numeric: Kernel coefficient. |
ifw |
Logical: If TRUE, use Inverse Frequency Weighting in classification. |
Get more information from e1071::svm.
RadialSVMHyperparameters object.
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.