## Not run:
# model <- train(Class ~ ., data = training,
# method = caret.gmumSvmPoly,
# preProc = c("center", "scale"),
# tuneLength = 8,
# trControl = fitControl,
# tuneGrid = expand.grid(C=10^(c(-4:4)), gamma=10^(c(-4:4))),
# core = "libsvm", # gmum.R parameter - pick library
# verbosity = 0 # no outputs
# )
# ## End(Not run)
Run the code above in your browser using DataLab