R/twinsvm-package.R

#' twinsvm: Twin Support Vector Machines
#'
#' Twin support vector machine classifiers with a standard C-SVC baseline.
#'
#' @references
#' Jayadeva, Khemchandani, R., and Chandra, S. (2007). Twin support vector
#' machines for pattern classification. *IEEE Transactions on Pattern Analysis
#' and Machine Intelligence*, 29(5), 905-910.
#'
#' Kumar, M. A. and Gopal, M. (2009). Least squares twin support vector
#' machines for pattern classification. *Expert Systems with Applications*,
#' 36(4), 7535-7543.
#'
#' @useDynLib twinsvm, .registration = TRUE
#' @importFrom Rcpp evalCpp
"_PACKAGE"

Try the twinsvm package in your browser

Any scripts or data that you put into this service are public.

twinsvm documentation built on June 10, 2026, 1:06 a.m.