Skip to content
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

PCA, sync sample selection list/plot #1918

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

lorenzgerber
Copy link
Contributor

No description provided.

@eselmeister eselmeister merged commit 75e2346 into eclipse:develop Oct 29, 2024
3 checks passed
if(values[i] instanceof ResultPCA result) {
samples.add(result.getSample());
if(values[i] instanceof ISample) {
samples.add((ISample)values[i]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You undid pattern matching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants