Skip to content

Commit

Permalink
Update API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Feb 14, 2024
1 parent 175ff1b commit f3c8947
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/src/api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# API Reference
```@docs
AbstractXAIMethod
```

## Computing explanations
Most methods in the Julia-XAI ecosystem work by calling `analyze` on an input and an analyzer:
```@docs
Expand All @@ -18,15 +22,16 @@ heatmap

## Feature selection
```@docs
AbstractFeatureSelector
IndexedFeatures
TopNFeatures
```

## Internals
### Output selection
## Output selection
```@docs
XAIBase.MaxActivationSelector
XAIBase.IndexSelector
AbstractOutputSelector
MaxActivationSelector
IndexSelector
```

## Index
Expand Down

0 comments on commit f3c8947

Please sign in to comment.