[[["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.accuracy()` computes the overall accuracy of a confusion matrix, which is defined as the ratio of correct predictions to the total number of predictions."],["It takes a `ConfusionMatrix` object as input and returns the accuracy as a float."],["This function is useful for evaluating the performance of classification models by providing a single metric summarizing the overall correctness of predictions."],["Example code snippets demonstrate how to create a confusion matrix and calculate its overall accuracy using the Earth Engine API in both JavaScript and Python."]]],[]]