Skip to content

Add warning for I*V coclustering with less than two variables#962

Merged
carinehue merged 1 commit intomainfrom
943-add-warning-for-ixv-coclustering-with-less-than-two-variables
Mar 13, 2026
Merged

Add warning for I*V coclustering with less than two variables#962
carinehue merged 1 commit intomainfrom
943-add-warning-for-ixv-coclustering-with-less-than-two-variables

Conversation

@carinehue
Copy link
Copy Markdown
Contributor

In case of two variables only, it is recommanded to use variables coclustering instead of instances x variables coclustering.

@carinehue carinehue linked an issue Mar 12, 2026 that may be closed by this pull request
@carinehue carinehue requested a review from marcboulle March 12, 2026 14:57
Copy link
Copy Markdown
Collaborator

@marcboulle marcboulle left a comment

Choose a reason for hiding this comment

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

LGTM

Un petit warning en plus à diagnostiquer dans le cas d'une seule variable interne

" for Instances x Variables coclustering, apart from the identifier variable.");
}
// Warning s'il y a uniquement deux variables internes
else if (nInternalAttributeNumber == 2)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Je rajouterais une erreur dans le cas ou il y a une seule variable

@carinehue carinehue force-pushed the 943-add-warning-for-ixv-coclustering-with-less-than-two-variables branch from 519ffe6 to 1466cef Compare March 12, 2026 16:08
@carinehue carinehue merged commit e6d5648 into main Mar 13, 2026
29 checks passed
@carinehue carinehue deleted the 943-add-warning-for-ixv-coclustering-with-less-than-two-variables branch March 13, 2026 09:23
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.

Add warning for IxV coclustering with less than two variables

2 participants