R/ssvm-pkg.r

#' 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
wrathematics/ssvm documentation built on May 4, 2019, 10:54 a.m.