-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
16 lines (16 loc) · 1.19 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: kdml
Title: Kernel Distance Metric Learning for Mixed-Type Data
Version: 1.1.0
Authors@R: c(person("John R. J.", "Thompson", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6303-449X")),
person("Jesse S.","Ghashti", email="[email protected]", role = "aut",
comment = c(ORCID = "0009-0001-6645-1766")))
Maintainer: John R. J. Thompson <[email protected]>
Description: Distance metrics for mixed-type data consisting of continuous, nominal, and ordinal variables. This methodology uses additive and product kernels to calculate similarity functions and metrics, and selects variables relevant to the underlying distance through bandwidth selection via maximum similarity cross-validation. These methods can be used in any distance-based algorithm, such as distance-based clustering. For further details, we refer the reader to Ghashti and Thompson (2024) <doi:10.48550/arXiv.2306.01890> for dkps() methodology, and Ghashti (2024) <doi:10.14288/1.0443975> for dkss() methodology.
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 3.5.0), np
Imports: MASS, markdown
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no