Skip to content

Commit c39e537

Browse files
ablaomOkonSamuel
andauthored
Update src/builtins/Constant.jl
Co-authored-by: Okon Samuel <[email protected]>
1 parent 36ad9b2 commit c39e537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builtins/Constant.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Train the machine using `fit!(mach, rows=...)`.
275275
276276
The fields of `fitted_params(mach)` are:
277277
278-
- `mean`: The target mean(s). Always a row vector.
278+
- `mean`: The target mean(s). Always a row vector. (i.e an `AbstractMatrix` object with row dim 1)
279279
280280
# Examples
281281

0 commit comments

Comments
 (0)