Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should we "implement" RowVecs and ColVecs from KernelFunctions.jl? #14

Closed
davibarreira opened this issue Oct 29, 2021 · 1 comment
Closed

Comments

@davibarreira
Copy link
Member

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.

@davibarreira 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
@devmotion
Copy link
Member

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 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants