# Generated by roxygen2: do not edit by hand

S3method(get_model_specs,Arima)
S3method(get_model_specs,ar)
S3method(get_model_specs,default)
S3method(get_model_specs,fc_model)
S3method(get_model_specs,gam)
S3method(get_model_specs,glm)
S3method(get_model_specs,lm)
S3method(get_model_specs,ranger)
S3method(get_model_specs,workflow)
S3method(get_model_specs,xgb.Booster)
S3method(get_model_specs,xgboost)
S3method(model_checker,Arima)
S3method(model_checker,ar)
S3method(model_checker,default)
S3method(model_checker,forecast_ARIMA)
S3method(model_checker,gam)
S3method(model_checker,glm)
S3method(model_checker,lm)
S3method(model_checker,ranger)
S3method(model_checker,workflow)
S3method(model_checker,xgb.Booster)
S3method(model_checker,xgboost)
S3method(plot,shapr)
S3method(predict_model,Arima)
S3method(predict_model,ar)
S3method(predict_model,default)
S3method(predict_model,fc_model)
S3method(predict_model,gam)
S3method(predict_model,glm)
S3method(predict_model,lm)
S3method(predict_model,ranger)
S3method(predict_model,workflow)
S3method(predict_model,xgb.Booster)
S3method(predict_model,xgboost)
S3method(prepare_data,arf)
S3method(prepare_data,categorical)
S3method(prepare_data,copula)
S3method(prepare_data,ctree)
S3method(prepare_data,empirical)
S3method(prepare_data,gaussian)
S3method(prepare_data,independence)
S3method(prepare_data,regression_separate)
S3method(prepare_data,regression_surrogate)
S3method(prepare_data,timeseries)
S3method(prepare_data,vaeac)
S3method(print,shapr)
S3method(print,summary.shapr)
S3method(setup_approach,arf)
S3method(setup_approach,categorical)
S3method(setup_approach,combined)
S3method(setup_approach,copula)
S3method(setup_approach,ctree)
S3method(setup_approach,empirical)
S3method(setup_approach,gaussian)
S3method(setup_approach,independence)
S3method(setup_approach,regression_separate)
S3method(setup_approach,regression_surrogate)
S3method(setup_approach,timeseries)
S3method(setup_approach,vaeac)
S3method(summary,shapr)
export(additional_regression_setup)
export(append_vS_list)
export(check_convergence)
export(cli_compute_vS)
export(cli_iter)
export(cli_startup)
export(coalition_matrix_cpp)
export(compute_estimates)
export(compute_shapley)
export(compute_time)
export(compute_vS)
export(explain)
export(explain_forecast)
export(finalize_explanation)
export(get_extra_comp_args_default)
export(get_iterative_args_default)
export(get_model_specs)
export(get_output_args_default)
export(get_results)
export(get_supported_approaches)
export(get_supported_models)
export(plot_MSEv_eval_crit)
export(plot_SV_several_approaches)
export(plot_vaeac_eval_crit)
export(plot_vaeac_imputed_ggpairs)
export(predict_model)
export(prepare_data)
export(prepare_data_causal)
export(prepare_next_iteration)
export(print_iter)
export(regression.train_model)
export(save_results)
export(setup)
export(setup_approach)
export(shapley_setup)
export(testing_cleanup)
export(vaeac_get_evaluation_criteria)
export(vaeac_get_extra_para_default)
export(vaeac_train_model)
export(vaeac_train_model_continue)
export(weight_matrix)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,
  ":=",
  as.data.table,
  between,
  copy,
  data.table,
  fread,
  fwrite,
  is.data.table,
  month,
  rbindlist,
  setcolorder,
  setkey,
  setnames,
  uniqueN,
  year
)
importFrom(graphics,
  hist,
  plot,
  rect
)
importFrom(stats,
  as.formula,
  contrasts,
  embed,
  formula,
  median,
  model.frame,
  model.matrix,
  predict,
  pt,
  qt,
  rnorm,
  sd,
  setNames
)
importFrom(utils,
  capture.output,
  head,
  methods,
  modifyList,
  relist,
  tail
)
useDynLib(shapr, .registration = TRUE)
