}}
diff --git a/man/IntegratedGradient.Rd b/man/IntegratedGradient.Rd
index 0c7f2c8..662e957 100644
--- a/man/IntegratedGradient.Rd
+++ b/man/IntegratedGradient.Rd
@@ -159,7 +159,7 @@ Other methods:
}
\concept{methods}
\section{Super classes}{
-\code{\link[innsight:InterpretingMethod]{innsight::InterpretingMethod}} -> \code{\link[innsight:GradientBased]{innsight::GradientBased}} -> \code{IntegratedGradient}
+\code{innsight::InterpretingMethod} -> \code{innsight::GradientBased} -> \code{IntegratedGradient}
}
\section{Public fields}{
\if{html}{\out{
}}
diff --git a/man/LIME.Rd b/man/LIME.Rd
index f331d71..02e64c9 100644
--- a/man/LIME.Rd
+++ b/man/LIME.Rd
@@ -131,7 +131,7 @@ Other methods:
}
\concept{methods}
\section{Super classes}{
-\code{\link[innsight:InterpretingMethod]{innsight::InterpretingMethod}} -> \code{\link[innsight:AgnosticWrapper]{innsight::AgnosticWrapper}} -> \code{LIME}
+\code{innsight::InterpretingMethod} -> \code{innsight::AgnosticWrapper} -> \code{LIME}
}
\section{Methods}{
\subsection{Public methods}{
@@ -192,16 +192,16 @@ specified.\cr}
The individual instances to be explained by the method.
These must have the same format as the input data of the passed model
and has to be either \code{\link{matrix}}, an \code{\link{array}}, a \code{\link{data.frame}} or a
-\code{\link{torch_tensor}}. If no value is specified, all instances in the
+\code{\link[torch]{torch_tensor}}. If no value is specified, all instances in the
dataset \code{data} will be explained.\cr
\strong{Note:} For the model-agnostic methods, only models with a single
input and output layer is allowed!\cr}
-\item{\code{data_ref}}{(\code{\link{array}}, \code{\link{data.frame}} or \code{\link{torch_tensor}})\cr
+\item{\code{data_ref}}{(\code{\link{array}}, \code{\link{data.frame}} or \code{\link[torch]{torch_tensor}})\cr
The dataset to which the method is to be applied. These must
have the same format as the input data of the passed model and has to
be either \code{\link{matrix}}, an \code{\link{array}}, a \code{\link{data.frame}} or a
-\code{\link{torch_tensor}}.\cr
+\code{\link[torch]{torch_tensor}}.\cr
\strong{Note:} For the model-agnostic methods, only models with a single
input and output layer is allowed!\cr}
diff --git a/man/LRP.Rd b/man/LRP.Rd
index f7f9093..0dd6f45 100644
--- a/man/LRP.Rd
+++ b/man/LRP.Rd
@@ -170,7 +170,7 @@ Other methods:
}
\concept{methods}
\section{Super class}{
-\code{\link[innsight:InterpretingMethod]{innsight::InterpretingMethod}} -> \code{LRP}
+\code{innsight::InterpretingMethod} -> \code{LRP}
}
\section{Public fields}{
\if{html}{\out{
}}
diff --git a/man/SHAP.Rd b/man/SHAP.Rd
index 67dbb3d..8428e1c 100644
--- a/man/SHAP.Rd
+++ b/man/SHAP.Rd
@@ -126,7 +126,7 @@ Other methods:
}
\concept{methods}
\section{Super classes}{
-\code{\link[innsight:InterpretingMethod]{innsight::InterpretingMethod}} -> \code{\link[innsight:AgnosticWrapper]{innsight::AgnosticWrapper}} -> \code{SHAP}
+\code{innsight::InterpretingMethod} -> \code{innsight::AgnosticWrapper} -> \code{SHAP}
}
\section{Methods}{
\subsection{Public methods}{
@@ -186,16 +186,16 @@ specified.\cr}
The individual instances to be explained by the method.
These must have the same format as the input data of the passed model
and has to be either \code{\link{matrix}}, an \code{\link{array}}, a \code{\link{data.frame}} or a
-\code{\link{torch_tensor}}. If no value is specified, all instances in the
+\code{\link[torch]{torch_tensor}}. If no value is specified, all instances in the
dataset \code{data} will be explained.\cr
\strong{Note:} For the model-agnostic methods, only models with a single
input and output layer is allowed!\cr}
-\item{\code{data_ref}}{(\code{\link{array}}, \code{\link{data.frame}} or \code{\link{torch_tensor}})\cr
+\item{\code{data_ref}}{(\code{\link{array}}, \code{\link{data.frame}} or \code{\link[torch]{torch_tensor}})\cr
The dataset to which the method is to be applied. These must
have the same format as the input data of the passed model and has to
be either \code{\link{matrix}}, an \code{\link{array}}, a \code{\link{data.frame}} or a
-\code{\link{torch_tensor}}.\cr
+\code{\link[torch]{torch_tensor}}.\cr
\strong{Note:} For the model-agnostic methods, only models with a single
input and output layer is allowed!\cr}
diff --git a/man/SmoothGrad.Rd b/man/SmoothGrad.Rd
index 8ca6d48..62b33f9 100644
--- a/man/SmoothGrad.Rd
+++ b/man/SmoothGrad.Rd
@@ -150,7 +150,7 @@ Other methods:
}
\concept{methods}
\section{Super classes}{
-\code{\link[innsight:InterpretingMethod]{innsight::InterpretingMethod}} -> \code{\link[innsight:GradientBased]{innsight::GradientBased}} -> \code{SmoothGrad}
+\code{innsight::InterpretingMethod} -> \code{innsight::GradientBased} -> \code{SmoothGrad}
}
\section{Public fields}{
\if{html}{\out{
}}
diff --git a/man/innsight_sugar.Rd b/man/innsight_sugar.Rd
index 8d3bff1..1d8c784 100644
--- a/man/innsight_sugar.Rd
+++ b/man/innsight_sugar.Rd
@@ -88,11 +88,11 @@ upper point) for each of the input layers.
\strong{Note:} For the model-agnostic methods, only models with a single
input and output layer is allowed!\cr}
-\item{data_ref}{(\code{\link{array}}, \code{\link{data.frame}} or \code{\link{torch_tensor}})\cr
+\item{data_ref}{(\code{\link{array}}, \code{\link{data.frame}} or \code{\link[torch]{torch_tensor}})\cr
The dataset to which the method is to be applied. These must
have the same format as the input data of the passed model and has to
be either \code{\link{matrix}}, an \code{\link{array}}, a \code{\link{data.frame}} or a
-\code{\link{torch_tensor}}.\cr
+\code{\link[torch]{torch_tensor}}.\cr
\strong{Note:} For the model-agnostic methods, only models with a single
input and output layer is allowed!\cr}
}