Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.