-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moved clustering capabilities into Geometry Editor under new Find Clusters tab. Re-enabled KMeans (and fixed it) as a clustering option. * KMeans and HDDBSCAN moved into Runnable Task implementations. * Expectation Maximation moved to dedicated cluster task. Still buggy... * DBSCAN and Affinity Propagation tasks available for clustering * logic for projecting via UMAP or PCA moved to separate dedicated Task classes. * KMedoids clustering task support. * ProjectionConfig now updated to support new Clustering GUI options.
- Loading branch information
Showing
18 changed files
with
1,671 additions
and
699 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.