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

Updates to furthest point sampling, plotting. #16

Merged
merged 4 commits into from
Jun 27, 2023
Merged

Updates to furthest point sampling, plotting. #16

merged 4 commits into from
Jun 27, 2023

Conversation

agosztolai
Copy link
Owner

The resampling option in further points sampling did not reuse points. This lead to sparser graphs. This is now fixed and does not affect the results of the paper.

After further points sampling, the sample_ind attribute is now sorted.

plotting.embedding() now allows plotting trajectories and color gradients to signify the arrow of time. To use this, one needs to add a 'labels' field in construct_dataset() containing the time indices of the data points.

Copy link
Owner Author

@agosztolai agosztolai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes ok.

@agosztolai agosztolai merged commit 88df394 into main Jun 27, 2023
0 of 3 checks passed
@arnaudon
Copy link
Collaborator

You did not update the tests so they crash (click on the red cross). I could try to fix it later if you want

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

Successfully merging this pull request may close these issues.

2 participants