# Generated by roxygen2: do not edit by hand

S3method(explain,combined)
S3method(explain,copula)
S3method(explain,empirical)
S3method(explain,gaussian)
S3method(features,gam)
S3method(features,glm)
S3method(features,lm)
S3method(features,ranger)
S3method(features,xgb.Booster)
S3method(model_type,default)
S3method(model_type,gam)
S3method(model_type,glm)
S3method(model_type,lm)
S3method(model_type,ranger)
S3method(model_type,xgb.Booster)
S3method(plot,shapr)
S3method(predict_model,default)
S3method(predict_model,gam)
S3method(predict_model,glm)
S3method(predict_model,lm)
S3method(predict_model,ranger)
S3method(predict_model,xgb.Booster)
S3method(prepare_data,copula)
S3method(prepare_data,empirical)
S3method(prepare_data,gaussian)
export(aicc_full_single_cpp)
export(correction_matrix_cpp)
export(explain)
export(feature_combinations)
export(feature_matrix_cpp)
export(features)
export(hat_matrix_cpp)
export(mahalanobis_distance_cpp)
export(model_type)
export(observation_impute_cpp)
export(predict_model)
export(prepare_data)
export(rss_cpp)
export(shapr)
export(weight_matrix_cpp)
importFrom(Rcpp,sourceCpp)
importFrom(data.table,":=")
importFrom(data.table,as.data.table)
importFrom(data.table,between)
importFrom(data.table,copy)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(data.table,is.data.table)
importFrom(data.table,month)
importFrom(data.table,rbindlist)
importFrom(data.table,setcolorder)
importFrom(data.table,setkey)
importFrom(data.table,setnames)
importFrom(data.table,uniqueN)
importFrom(data.table,year)
importFrom(graphics,hist)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(stats,predict)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(shapr, .registration = TRUE)
