Skip to contents

Setup hyperparameters for RadialSVM training.

Usage

setup_RadialSVM(cost = 1, gamma = 0.01, ifw = FALSE)

Arguments

cost

(Tunable) Numeric: Cost of constraints violation.

gamma

(Tunable) Numeric: Kernel coefficient.

ifw

Logical: If TRUE, use Inverse Frequency Weighting in classification.

Value

RadialSVMHyperparameters object.

Details

Get more information from e1071::svm.

Author

EDG