-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
executable file
·56 lines (56 loc) · 1.61 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: dsMTLBase
Type: Package
Title: dsMTL server side base functions
Version: 0.9.9
Date: 2021-07-01
Author: Han Cao, Youcheng Zhang, Roman Schefzik, Carl Herrmann and Emanuel Schwarz
Authors@R:
c(person(given = "Han",
family = "Cao",
role = c("aut", "cre", "cph"),
email = "hank9cao@gmail.com",
comment = c(ORCID = "0000-0002-5226-218X")),
person(given = "Youcheng",
family = "Zhang",
role="com",
email="Youcheng.zhang@bioquant.uni-heidelberg.de"),
person(given = "Roman",
family = "Schefzik",
role="ctb",
email="roman.schefzik@zi-mannheim.de"),
person(given = "Carl",
family = "Herrmann",
role="ths",
email="carl.herrmann@bioquant.uni-heidelberg.de"),
person(given = "Emanuel",
family = "Schwarz",
role="ths",
email="emanuel.schwarz@zi-mannheim.de"))
Maintainer: Han Cao <hank9cao@gmail.com>
Description: dsMTL - Federated Multi-Task Learning based on DataSHIELD dsBase.
AggregateMethods:
LS_iter_updateDS,
LR_iter_updateDS,
LS_funcVal_evalDS,
LR_funcVal_evalDS,
LS_simulateDifferencesDS,
LR_simulateDifferencesDS,
updateHDS,
calcMSEDS,
calcMCRDS,
xtyDS,
xtycovDS,
getMyServerDataDS
AssignMethods:
addInterceptDS,
initMatricesDS,
initRanMatsWithSeedsDS,
updateOtherMatsDS,
setMyServerDataDS,
subsetSubjestsDS
Options: datashield.privacyLevel=5
Depends: R (>= 3.5)
Encoding: UTF-8
LazyData: true
License: GPL-3
RoxygenNote: 7.2.3