# Generated by roxygen2: do not edit by hand

S3method(coef,bayesian_fit)
S3method(coef,gwr_fit)
S3method(fitted,bayesian_fit)
S3method(fitted,gwr_fit)
S3method(model_metrics,spatial_fit)
S3method(predict,bayesian_fit)
S3method(predict,gwr_fit)
S3method(print,spatial_fit)
S3method(print,summary.spatial_fit)
S3method(residuals,bayesian_fit)
S3method(residuals,gwr_fit)
S3method(summary,spatial_fit)
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_spatial)
export(determine_optimal_levels)
export(ensure_projected)
export(ensure_stable_poly_id)
export(estimate_sac_range)
export(evaluate_insample)
export(evaluate_models)
export(evaluate_models_cv)
export(fit_bayesian_spatial_model)
export(fit_gwr_model)
export(get_voronoi_seeds)
export(gp_lengthscale_bounds)
export(harmonize_crs)
export(make_folds)
export(model_metrics)
export(new_spatial_fit)
export(phi_prior_bounds)
export(plot_tessellation_map)
export(prep_model_data)
export(residual_morans_i)
export(summarize_by_cell)
export(voronoi_seeds_kmeans)
export(voronoi_seeds_random)
importFrom(dplyr,.data)
importFrom(methods,as)
importFrom(methods,is)
importFrom(stats,complete.cases)
importFrom(stats,dist)
importFrom(stats,fitted)
importFrom(stats,kmeans)
importFrom(stats,lm.fit)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,modifyList)
