https://github.com/cran/iBreakDown
Raw File
Tip revision: 35dd6c05e16c72e647d375b8222761fc52d279ad authored by Przemyslaw Biecek on 01 December 2023, 22:20:02 UTC
version 2.1.2
Tip revision: 35dd6c0
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(break_down,default)
S3method(break_down,explainer)
S3method(break_down_uncertainty,default)
S3method(break_down_uncertainty,explainer)
S3method(describe,break_down)
S3method(describe,break_down_uncertainty)
S3method(local_attributions,default)
S3method(local_attributions,explainer)
S3method(local_interactions,default)
S3method(local_interactions,explainer)
S3method(plot,break_down)
S3method(plot,break_down_uncertainty)
S3method(plotD3,break_down)
S3method(plotD3,shap)
S3method(print,break_down)
S3method(print,break_down_description)
S3method(print,break_down_uncertainty)
export(break_down)
export(break_down_uncertainty)
export(describe)
export(local_attributions)
export(local_interactions)
export(plotD3)
export(shap)
import(ggplot2)
importFrom(graphics,plot)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,tail)
back to top