-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: PLFD
Type: Package
Title: Portmanteau Local Feature Discrimination for Matrix-Variate Data
Version: 0.2.1
Date: 2025-05-20
Authors@R: c(
person("Zengchao", "Xu", role = c("aut", "cre"), email = "zengc.xu@aliyun.com"),
person("Shan", "Luo", role="aut"),
person("Zehua", "Chen", role="aut"))
Maintainer: Zengchao Xu <zengc.xu@aliyun.com>
Description:
The portmanteau local feature discriminant approach first identifies the local
discriminant features and their differential structures, then constructs the
discriminant rule by pooling the identified local features together. This method
is applicable to high-dimensional matrix-variate data.
See the paper by Xu, Luo and Chen (2023, <doi:10.1007/s13171-021-00255-2>).
Depends: R (>= 3.5.0)
Imports: Rcpp (>= 1.0.2), mathjaxr
LinkingTo: Rcpp (>= 1.0.2), RcppArmadillo (>= 0.9.800)
URL: https://github.com/paradoxical-rhapsody/PLFD
BugReports: https://github.com/paradoxical-rhapsody/PLFD/issues
License: GPL-3
Language: en-US
Roxygen: list(load="source", markdown=TRUE)
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, markdown
RdMacros: mathjaxr
VignetteBuilder: knitr