typo
This commit is contained in:
parent
972ecab9f9
commit
9348a47479
@ -51,4 +51,4 @@ julia> onecold(ans, [:a, :b, :c])
|
|||||||
:b
|
:b
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that these operations returned `OneHotVector` and `OneHotMatrix` rather than `Array`s. `OneHotVector`s behave like normal vectors but avoid any unnecessary cost compared to using an integer index directly.. For example, multiplying a matrix with a one-hot vector simply slices out the relevant row of the matrix under the hood.
|
Note that these operations returned `OneHotVector` and `OneHotMatrix` rather than `Array`s. `OneHotVector`s behave like normal vectors but avoid any unnecessary cost compared to using an integer index directly. For example, multiplying a matrix with a one-hot vector simply slices out the relevant row of the matrix under the hood.
|
||||||
|
Loading…
Reference in New Issue
Block a user