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

Clustering Parameters Question #32

Closed
AP6YC opened this issue Feb 7, 2023 · 2 comments
Closed

Clustering Parameters Question #32

AP6YC opened this issue Feb 7, 2023 · 2 comments

Comments

@AP6YC
Copy link

AP6YC commented Feb 7, 2023

This question is non-blocking for my JOSS review.

Is there a plan to make the parameters stateful or transferrable? For example, after I select some desirable parameters using the persistable method, where do the parameters "live," so to speak, and how could I use these parameters to cluster on another dataset after reloading? I do understand that there is a quick_cluster method in your API, which I appreciate, but as I understand it this method automatically selects parameters based upon the ranges provided. Sorry again if this is due to my misunderstanding of the tool, which is why I add this issue as non-blocking.

@LuisScoccola
Copy link
Owner

Thank you for pointing this out. The parameters selected with the UI can be accessed by calling PersistableInteractive's method _chosen_parameters(). The parameters can then be used as input for Persistable's method cluster(). However, right now _chosen_parameters() is an internal method and is not documented. I think it is a good idea to turn it into a user-facing method and to add it to the API. This will be done in the next release.

@AP6YC
Copy link
Author

AP6YC commented Feb 7, 2023

That answers my question perfectly, thank you! Looking forward to that addition in the release.

@AP6YC AP6YC closed this as completed Feb 7, 2023
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