# Generated by roxygen2: do not edit by hand

S3method(print,forest_balance)
S3method(print,forest_balance_diag)
S3method(print,summary.forest_balance)
S3method(summary,forest_balance)
export(compute_balance)
export(forest_balance)
export(forest_kernel)
export(get_leaf_node_matrix)
export(kernel_balance)
export(leaf_node_kernel)
export(leaf_node_kernel_Z)
export(simulate_data)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,crossprod)
importFrom(Matrix,forceSymmetric)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,tcrossprod)
importFrom(Rcpp,sourceCpp)
importFrom(grf,multi_regression_forest)
importFrom(grf,regression_forest)
importFrom(methods,as)
importFrom(methods,new)
importFrom(stats,dbeta)
importFrom(stats,dist)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importMethodsFrom(Matrix,solve)
useDynLib(forestBalance, .registration = TRUE)
