#' ssvm: Simple SVM
#'
#' @description
#' A simple two-class linear SVM implementation using
#' the Pegasos algorithm.
#'
#' @useDynLib ssvm, R_svm_pegasos_fit, R_svm_pegasos_pred,
#' R_svm_recode_response
#'
#' @docType package
#' @name ssvm-package
#' @author Drew Schmidt
#' @keywords package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.