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

Gram matrix computation for more than two tables #3

Open
amirsh opened this issue Dec 28, 2021 · 0 comments
Open

Gram matrix computation for more than two tables #3

amirsh opened this issue Dec 28, 2021 · 0 comments

Comments

@amirsh
Copy link

amirsh commented Dec 28, 2021

For computing the covariance matrix (crossprod or Gram matrix in the terminology of the VLDB'17 paper), the datasets with two tables work fine. However, for datasets with more than two tables (e.g., Expedia, Flight) a segmentation fault is given as error.
Here is the source code for reproducing:

https://github.com/amirsh/MorpheusPy/blob/90e7174f704e2799faa3074fcdcfe2bcce07959f/examples/covar_expedia.py

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

1 participant