File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ nothing # hide
105
105
```
106
106
107
107
Note that we also include ` learner ` in the struct, for it must be possible to recover
108
- ` learner ` from the output of ` fit ` ; see [ Accessor functions] ( @ref ) below.
108
+ ` learner ` from the output of ` fit ` ; see [ Accessor functions] (@ref af ) below.
109
109
110
110
The implementation of ` fit ` looks like this:
111
111
@@ -159,7 +159,7 @@ first element of the tuple returned by [`LearnAPI.kinds_of_proxy(learner)`](@ref
159
159
we overload appropriately below.
160
160
161
161
162
- ### Accessor functions
162
+ ### [ Accessor functions] ( @ id af)
163
163
164
164
An [ accessor function] (@ref accessor_functions) has the output of [ ` fit ` ] ( @ref ) as it's
165
165
sole argument. Every new implementation must implement the accessor function
You can’t perform that action at this time.
0 commit comments