Package: hdsvm
Type: Package
Title: Fast Algorithm for Support Vector Machine
Version: 1.0.0
Date: 2024-05-20
Authors@R: c(
  person(given = "Qian", family = "Tang", role = "aut", email = "qian-tang@uiowa.edu"),
  person(given = "Yikai", family = "Zhang", role = c("aut", "cre"), email = "yikai-zhang@uiowa.edu"),
  person(given = "Boxiang", family = "Wang", role = "aut", email = "boxiang-wang@uiowa.edu"))
Maintainer: Yikai Zhang <yikai-zhang@uiowa.edu>
Description: Implements an efficient algorithm to fit and tune penalized Support Vector Machine models using the generalized coordinate descent algorithm. This package is designed to handle large datasets effectively, with emphasis on precision and computational efficiency.
Depends: R (>= 3.5.0)
Imports: stats, utils, Matrix, methods
License: GPL-2
NeedsCompilation: yes
Encoding: UTF-8
RoxygenNote: 7.2.3
Packaged: 2024-05-28 02:36:04 UTC; qtang7
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
Author: Qian Tang [aut],
  Yikai Zhang [aut, cre],
  Boxiang Wang [aut]
Repository: CRAN
Date/Publication: 2024-05-28 16:10:02 UTC
