Skip to content

Commit dcaf0b9

Browse files
authored
Update README.md
1 parent f563f48 commit dcaf0b9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ julia> m = onehotbatch([10, 20, 30, 10, 10], 10:10:40)
1919
2020

2121
julia> dump(m)
22-
OneHotMatrix{UInt32, 4, Vector{UInt32}}
22+
OneHotMatrix{UInt32, Vector{UInt32}}
2323
indices: Array{UInt32}((5,)) UInt32[0x00000001, 0x00000002, 0x00000003, 0x00000001, 0x00000001]
24+
nlabels: Int64 4
2425

2526
julia> @which rand(100, 4) * m
26-
*(A::AbstractMatrix, B::Union{OneHotArray{var"#s14", L, 1, var"N+1", I}, Base.ReshapedArray{Bool, var"N+1", <:OneHotArray{var"#s14", L, <:Any, <:Any, I}}} where {var"#s14", var"N+1", I}) where L
27-
@ OneHotArrays ~/.julia/dev/OneHotArrays/src/linalg.jl:7
27+
*(A::AbstractMatrix, B::Union{OneHotArray{var"#s29", 1, var"N+1", I}, Base.ReshapedArray{Bool, var"N+1", <:OneHotArray{var"#s29", <:Any, <:Any, I}}} where {var"#s29", var"N+1", I})
28+
@ OneHotArrays ~/.julia/packages/OneHotArrays/DqU9m/src/linalg.jl:7
2829
```

0 commit comments

Comments
 (0)