-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.02 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
Package: sptorch
Title: Spatial Analysis Empowered by Neural Networks
Version: 0.0.0.9000
Authors@R:
person(given = "Wenbo", family = "Lv",
email = "lyu.geosocial@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0002-6003-3800"))
Description: The implementation of various neural network-based geospatial analysis
methods is supported based on the torch framework, including but not
limited to geographical neural network weighted regression, spatiotemporal
geographical neural network weighted regression, geographical neural network
weighted logistic regression, and spatial interpolation of neural network
ensembles.
License: GPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://stscl.github.io/sptorch/, https://github.com/stscl/sptorch
BugReports: https://github.com/stscl/sptorch/issues
Depends:
R (>= 4.1.0)
Imports:
magrittr,
torch
Suggests:
tidyverse