# NOT RUN {
# Predict SVM scores
model <- ebr(toyml)
pred <- predict(model, toyml)
# Predict SVM bipartitions running in 2 cores
pred <- predict(model, toyml, prob = FALSE, cores = 2)
# Return the classes with the highest score
pred <- predict(model, toyml, vote = 'max')
# }
Run the code above in your browser using DataLab