Add PCA as dimensionality reduction method#122
Open
stefanhahmann wants to merge 42 commits intomasterfrom
Open
Add PCA as dimensionality reduction method#122stefanhahmann wants to merge 42 commits intomasterfrom
stefanhahmann wants to merge 42 commits intomasterfrom
Conversation
b45ca12 to
f6597f3
Compare
d7ca475 to
3f89521
Compare
added 28 commits
January 21, 2026 13:26
…ther the distinct input data clouds lead to distinct output clusters
…the smile library
…ality reduction method
* The current version of smile 4.0.0 is not in sync with the latest developments of the library
…E.Options` constructor usage
… of config params
|
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.



This PR introduces support for Principal Component Analysis (PCA) as a new dimensionality reduction method and updates both the feature computation and user interface accordingly. Key changes include: