-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 1.12 KB
/
Copy pathDESCRIPTION
File metadata and controls
23 lines (23 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: hdsvm
Type: Package
Title: Fast Algorithm for Support Vector Machine
Version: 1.0.1
Date: 2025-02-05
Authors@R: c(
person(given = "Yikai", family = "Zhang", role = c("aut", "cre"), email = "yikai-zhang@uiowa.edu"),
person(given = "Qian", family = "Tang", role = "aut", email = "qian-tang@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. Designed to handle high-dimensional datasets effectively, with emphasis on precision and computational efficiency. This package implements the algorithms proposed in Tang, Q., Zhang, Y., & Wang, B. (2022) <https://openreview.net/pdf?id=RvwMTDYTOb>.
License: GPL-2
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: stats, Matrix, methods
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
RoxygenNote: 7.2.3
Packaged: 2025-02-05 18:46:50 UTC; qtang7
Author: Yikai Zhang [aut, cre],
Qian Tang [aut],
Boxiang Wang [aut]