-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
68 lines (61 loc) · 1.59 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
url: https://bips-hb.github.io/innsight
reference:
- title: Converter and converted model
desc: >
R6 class for converting a passed model into a **torch**-based model with
all methods pre-implemented in each layer
contents:
- Converter
- ConvertedModel
- title: Feature attribution methods
desc: >
All implemented feature attribution methods as R6 classes applying
the corresponding method to the converted model during initialization
contents:
- Gradient
- SmoothGrad
- IntegratedGradient
- ExpectedGradient
- LRP
- DeepLift
- DeepSHAP
- ConnectionWeights
- LIME
- SHAP
- innsight_sugar
- title: Visualization and getting results
desc: >
Functions and S4 classes for getting and visualizing the results
contents:
- get_result
- plot_global
- innsight_ggplot2
- innsight_plotly
- subtitle: "`innsight_ggplot2`"
desc: >
Generic functions for the S4 class `innsight_ggplot2`
contents:
- plot.innsight_ggplot2
- print.innsight_ggplot2
- show.innsight_ggplot2
- "[.innsight_ggplot2"
- "[<-.innsight_ggplot2"
- "[[.innsight_ggplot2"
- "+.innsight_ggplot2"
- subtitle: "`innsight_plotly`"
desc: >
Generic functions for the S4 class `innsight_plotly`
contents:
- plot.innsight_plotly
- print.innsight_plotly
- show.innsight_plotly
- "[.innsight_plotly"
- "[[.innsight_plotly"
- title: Superclasses and package information
desc: >
Super classes intended only for the user's information
contents:
- innsight-package
- AgnosticWrapper
- GradientBased
- InterpretingMethod