R/glmargin-package.R

#' glmargin
#'
#' Package for solving a generaized class of binary learning problems encompassing
#' hard and soft classification using large-margin classifiers.
#'
#' @name glmargin
#' @docType package
#' @useDynLib glmargin
#' @exportPattern "^[[:alpha:]]+"
#' @import RcppArmadillo methods
#' @importFrom Rcpp loadModule
#' @author Patrick Kimes \email{patrick.kimes@@gmail.com}
NULL
pkimes/glmargin documentation built on May 25, 2019, 8:19 a.m.