You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we make the discretemeasure function available to users, they will have to use:
using KernelFunctions
# rows correspond to samples
μ = discretemeasure(RowVecs(rand(7,3)), normalize!(rand(10),1))
# columns correspond to samples, each with equal probability
ν = discretemeasure(ColVecs(rand(3,12)))
So I think it would be nice to have ColVecs and RowVecs available inside our package.
The text was updated successfully, but these errors were encountered:
davibarreira
changed the title
Should we "implement" vec_of_vecs from KernelFunctions.jl?
Should we "implement" RowVecs and ColVecs from KernelFunctions.jl?
Oct 29, 2021
I opened an issue in KernelFunctions: JuliaGaussianProcesses/KernelFunctions.jl#394 I think we should be able to refactor them into a separate package quite quickly if we push it a bit 🙂
Once we make the
discretemeasure
function available to users, they will have to use:So I think it would be nice to have
ColVecs
andRowVecs
available inside our package.The text was updated successfully, but these errors were encountered: