-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
88 lines (87 loc) · 1.9 KB
/
Copy pathNAMESPACE
File metadata and controls
88 lines (87 loc) · 1.9 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
S3method(coef,bayesian_fit)
S3method(coef,gwr_fit)
S3method(coef,rf_fit)
S3method(fitted,bayesian_fit)
S3method(fitted,gwr_fit)
S3method(fitted,rf_fit)
S3method(model_metrics,spatial_fit)
S3method(plot,spatial_fit)
S3method(predict,bayesian_fit)
S3method(predict,gwr_fit)
S3method(predict,rf_fit)
S3method(print,aoa)
S3method(print,gwr_model_selection)
S3method(print,rf_fit)
S3method(print,sac_range)
S3method(print,spatial_fit)
S3method(print,summary.spatial_fit)
S3method(residuals,bayesian_fit)
S3method(residuals,gwr_fit)
S3method(residuals,rf_fit)
S3method(summary,spatial_fit)
export(area_of_applicability)
export(assign_features_to_polygons)
export(build_tessellation)
export(clear_fitted_cache)
export(clear_grid_cache)
export(clip_target_for)
export(coerce_to_points)
export(compare_models)
export(compare_models_cv)
export(create_grid_polygons)
export(create_grid_polygons_cached)
export(create_voronoi_polygons)
export(cv_bayes)
export(cv_gwr)
export(cv_rf)
export(cv_spatial)
export(determine_optimal_levels)
export(ensure_projected)
export(ensure_stable_poly_id)
export(estimate_sac_range)
export(evaluate_insample)
export(fit_bayesian_spatial_model)
export(fit_gwr_model)
export(fit_rf_model)
export(get_voronoi_seeds)
export(gp_lengthscale_bounds)
export(gwr_model_selection)
export(harmonize_crs)
export(make_folds)
export(model_metrics)
export(new_spatial_fit)
export(plot_folds)
export(plot_tessellation_map)
export(predict_surface)
export(prep_model_data)
export(residual_morans_i)
export(select_features_forward)
export(spatialkit_quiet)
export(summarize_by_cell)
export(voronoi_seeds_kmeans)
export(voronoi_seeds_random)
importFrom(dplyr,.data)
importFrom(methods,
as,
is
)
importFrom(stats,
complete.cases,
dist,
fitted,
kmeans,
lm.fit,
median,
pnorm,
predict,
quantile,
reformulate,
residuals,
sd,
setNames
)
importFrom(utils,
head,
modifyList
)