[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`ConfusionMatrix.order()` returns a list containing the names and order of rows and columns within the confusion matrix."],["By default, `ConfusionMatrix` automatically assigns an order to rows and columns if not explicitly specified."],["Users can define a custom order for rows and columns when creating a `ConfusionMatrix` using the `order` parameter."],["This function is crucial for understanding the structure and organization of a confusion matrix, especially when interpreting its values."]]],["The `ConfusionMatrix.order()` method returns a list representing the name and order of the rows and columns within a confusion matrix. By default, this order is determined by the matrix's structure. Users can specify a custom order when creating the `ConfusionMatrix`, which will then be reflected in the output of `order()`. The examples illustrate how to retrieve both the default and a user-defined row and column order.\n"]]