From f3c894748e8fb61feabf8347d3f389aeeecc6a9e Mon Sep 17 00:00:00 2001 From: Adrian Hill Date: Wed, 14 Feb 2024 17:22:15 +0100 Subject: [PATCH] Update API reference --- docs/src/api.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/src/api.md b/docs/src/api.md index d6e043b..f7b528b 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -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 @@ -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