-
Notifications
You must be signed in to change notification settings - Fork 98
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
pairwise to work on rows instead of columns. #35
Comments
I think this is a good idea, I'll put up an implementation of this unless @KristofferC has any objections about adding this |
OTOH it could be clearer for users to be able to specify the dimension over which variables are stored, since we differ from the convention used by other languages (see also JuliaStats/Clustering.jl#79). Another reason is that |
I've filed #121 taking advantage of |
Say I have a large matrix X in memory
I would like to use
pairwise
operating on the rows instead of the columns, without having to pass the transpose of X (so to not allocate another object in memory).The text was updated successfully, but these errors were encountered: