Skip to content
Snippets Groups Projects
Verified Commit a654c6ca authored by Björn Ludwig's avatar Björn Ludwig
Browse files

refactor(pre_processing): correct two intraproject Sphinx links in docs (still do not work)

parent b25f7527
No related branches found
No related tags found
No related merge requests found
Pipeline #15600 passed
...@@ -179,11 +179,11 @@ def compute_values_label( ...@@ -179,11 +179,11 @@ def compute_values_label(
:class:`~.data_acquisition.uncertain_inputs.UncertainInputs` instance :class:`~.data_acquisition.uncertain_inputs.UncertainInputs` instance
activation : ActivationFunc, optional activation : ActivationFunc, optional
the activation function and its derivative, defaults to the default the activation function and its derivative, defaults to the default
:class:`~.type_aliases.ActivationFunc` instance :class:`~.data_types.ActivationFunc` instance
nn_params : NNParams, optional nn_params : NNParams, optional
the neural networks parameters, i.e. a tuple of bias vectors and weight the neural networks parameters, i.e. a tuple of bias vectors and weight
matrices, defaults to the default matrices, defaults to the default
:class:`~.type_aliases.NNParams` instance :class:`~.data_types.NNParams` instance
""" """
x_i = uncertain_inputs.uncertain_values.values x_i = uncertain_inputs.uncertain_values.values
for biases, weight_matrix in nn_params: for biases, weight_matrix in nn_params:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment