powered by
Printing an SVM model.
# S3 method for liquidSVM print(x, ...)
the model to print
other arguments to print.default
# NOT RUN { s_iris <- svm(solver='hinge', Species ~ ., iris) # multiclass classification print(s_iris) # }
Run the code above in your browser using DataLab