Skip to content
Discussion options

You must be logged in to vote

When analyzing a pair of variables (X, Y), Khiops exploits a co-clustering model M by partitioning each variable into intervals or groups of values according to their type, numerical or categorical.
Observations are then assigned to the co-clustering cells to capture the dependency structure across the variables. Finally, the variables are described using this dependency structure.

The resulting model cost, Cost(M), corresponds to the coding length of the co-clustering structure plus the coding length of both variables given the model:

Cost(M) = CL(M) + CL(X|M) + CL(Y|M)

The null model M₀ corresponds to the case of two independent variables, where the co-clustering reduces to a single co-…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by lucaurelien
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #970 on April 16, 2026 09:42.