-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
63 lines (63 loc) · 1.67 KB
/
Copy pathDESCRIPTION
File metadata and controls
63 lines (63 loc) · 1.67 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
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
57
58
59
60
61
62
63
Package: MLSampling
Type: Package
Title: Machine Learning-Based Spatial Sampling Optimization Framework
Version: 0.0.1
Date: 2025-09-22
Author: Carlos Carbajal
Maintainer: Carlos <ccarbajal@educagis.com>
Description: Comprehensive machine learning-based spatial sampling optimization framework integrating
Bayesian Deep Learning (BDL), Random Forest optimization, Unified Deep Learning (UDL), and
Unified Feature Network (UFN) models. Provides advanced ML techniques for uncertainty quantification,
feature importance analysis, and systematic sampling design comparison with comprehensive performance
metrics and reporting capabilities. Follows constitutional principles for R spatial analysis excellence
with modern terra/sf packages.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Depends:
R (>= 4.3.0)
Imports:
terra (>= 1.7.0),
sf (>= 1.0.0),
torch (>= 0.11.0),
R6 (>= 2.5.0),
dplyr,
ggplot2,
plotly,
leaflet,
DT,
shiny,
shinydashboard,
igraph,
GA,
GenSA,
caret,
randomForest,
e1071,
corrplot,
viridis,
RColorBrewer,
gridExtra,
knitr,
rmarkdown,
MASS,
microbenchmark,
progress
Suggests:
testthat (>= 3.1.0),
quickcheck (>= 0.1.0),
roxygen2 (>= 7.2.0),
covr (>= 3.6.0),
lintr (>= 3.0.0),
pkgdown (>= 2.0.0),
future (>= 1.28.0),
stars (>= 0.6.0),
pryr
Remotes:
hadley/pryr
VignetteBuilder: knitr
Config/Needs/website: pkgdown
URL: https://ccarbajal16.github.io/MLSampling/, https://github.com/ccarbajal16/MLSampling
BugReports: https://github.com/ccarbajal16/MLSampling/issues