But why not work this : dset[:,1] ?
julia> dset[:,1]
ERROR: `size` has no method matching size(::JldDataset, ::Int64)

julia> dset[1:k,1]
30070x1 Array{Float64,2}:

>
>

Reply via email to