# Generated by roxygen2: do not edit by hand

S3method(as.double,GBMTPerformance)
S3method(distribution_name,GBMDist)
S3method(distribution_name,GBMFit)
S3method(distribution_name,default)
S3method(interact,GBMFit)
S3method(plot,GBMFit)
S3method(plot,GBMTPerformance)
S3method(predict,GBMCVFit)
S3method(predict,GBMFit)
S3method(print,GBMFit)
S3method(print,GBMTPerformance)
S3method(print,gbmParallel)
S3method(summary,GBMFit)
export(available_distributions)
export(baseline_hazard)
export(calibrate_plot)
export(distribution_name)
export(gbm)
export(gbm.fit)
export(gbm.perf)
export(gbmParallel)
export(gbm_dist)
export(gbm_more)
export(gbm_roc_area)
export(gbmt)
export(gbmt_fit)
export(gbmt_performance)
export(interact)
export(iteration_error)
export(perf_pairwise)
export(permutation_relative_influence)
export(pretty_gbm_tree)
export(quantile_rug)
export(relative_influence)
export(to_old_gbm)
export(training_params)
export(trees)
import(lattice)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,rug)
importFrom(splines,ns)
importFrom(stats,approx)
importFrom(stats,binomial)
importFrom(stats,delete.response)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,loess)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,model.extract)
importFrom(stats,model.frame)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,na.pass)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,runif)
importFrom(stats,supsmu)
importFrom(stats,terms)
importFrom(stats,weighted.mean)
importFrom(survival,Surv)
useDynLib(gbm3)
