tests/testthat/test-svm_opt.R

library(MlBayesOpt)

context("svm_opt")

tr <- MlBayesOpt:::tr
ts <- MlBayesOpt:::ts

suppressWarnings(RNGversion("3.5.0"))

set.seed(71)
res0 <- svm_opt(train_data = tr,
                train_label = y,
                test_data = ts,
                test_label = y,
                kappa = 10,
                init_points = 20,
                n_iter = 1)
str(res0)

Try the MlBayesOpt package in your browser

Any scripts or data that you put into this service are public.

MlBayesOpt documentation built on May 2, 2019, 9:20 a.m.