feat(embeddings): point size mapping and convex hulls for t-SNE#356
Merged
feat(embeddings): point size mapping and convex hulls for t-SNE#356
Conversation
Replace text-[Npx] with text-xs/text-sm across 25+ components so the global --font-scale CSS variable actually controls sizing.
…catter Point sizing: dropdown to map uniform, grounding, diversity, or degree (edge count) to sprite size. Degree computed via bulk Cypher query in the projection service. Regeneration now requests diversity + degree. Convex hulls: toggle transparent 3D hulls around clusters or ontologies using Three.js ConvexGeometry with filled mesh + wireframe overlay.
Previous range (3-8) was too subtle. Now 2-16 with sqrt scaling on degree so mid-range values are clearly distinguishable.
…a on size change The degree query used a non-existent _set_age_path method — now uses the proper _execute_cypher API. Switching size metric updates the size buffer in-place without rebuilding geometry or resetting camera.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
degree(edge count) to projection API via bulk Cypher queryTest plan