-
Notifications
You must be signed in to change notification settings - Fork 17
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
V0.2 dev #55
base: master
Are you sure you want to change the base?
V0.2 dev #55
Conversation
… cover previous API.
…onnectivity i progress
Need to find the right code path for categorical (e.g. supervised) views. Ultimately, we want to use the proper simplicial set intersection logic (in This function takes two views' fuzzy simplicial set representations and combines them. If one (or both?) of these is based on a categorical metric, the pairwise edge probabilities are updated by ...
Some of the complexity comes from representing this fuzzy simplicial set as a matrix - normally, they are sparse matrices, but here this is a dense matrix. The In order to dispatch to the proper logic, we may need to create relatively simply Might first investigate only creating such a struct for the categorical metrics, dispatching appropriately for the simplicial set intersection. |
To Do
Functionality
Tests
Docs
UMAPConfig
component structs and how to useUMAPResult
/UMAPTransformResult