Feature: drive clusters with external dataset#19
Merged
Conversation
Introduce DatasetPickerAction and DimensionPickerAction to SettingsAction: add header includes, new member variables and getters, initialize them in the constructor, set the dataset picker as Clearable, and add both actions to the UI layout (reordering the AlgorithmAction accordingly). These allow selecting an external dataset to optionally merge with clusters and choosing a dimension for processing.
Enable OpenMP in CMake and link it when found. Add support for selecting an external points dataset in the IdentifierExtractor settings (migrate settings UI to a VerticalGroupAction and add a DatasetPickerAction) and make Extractor::getInputDataset virtual with an override to prefer the external dataset when present. Parallelize IdentifierExtractor::extract using OpenMP: build per-thread maps of clusterID -> point indices, merge them, sort cluster keys and construct Cluster objects. Also add required includes and remove the now-unneeded external/dimension actions from the global SettingsAction.
Added a tutorials section with an image and description.
ChangLi27
approved these changes
Feb 24, 2026
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.
No description provided.