-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 977 Bytes
/
DESCRIPTION
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
Package: GCSM
Title: Implements Generic Composite Similarity Measure
Version: 0.1.1.9000
Authors@R:
person(given = "Yadong",
family = "Liu",
role = c("aut", "cre"),
email = "liuyadong828@gmail.com",
comment = c(ORCID = "0000-0002-1283-3451"))
Description: Provides implementation of the generic composite similarity measure
(GCSM) described in Liu et al. (2020) <doi:10.1016/j.ecoinf.2020.101169>. The
implementation is in C++ and uses 'RcppArmadillo'. Additionally, implementations
of the structural similarity (SSIM) and the composite similarity measure based
on means, standard deviations, and correlation coefficient (CMSC), are included.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
URL: https://github.com/liuyadong/GCSM
BugReports: https://github.com/liuyadong/GCSM/issues
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
Rcpp
Suggests:
testthat