सूचना: 15 अप्रैल, 2025 से पहले, Earth Engine का इस्तेमाल करने के लिए रजिस्टर किए गए सभी गैर-व्यावसायिक प्रोजेक्ट को, Earth Engine का ऐक्सेस बनाए रखने के लिए, गैर-व्यावसायिक इस्तेमाल की ज़रूरी शर्तों की पुष्टि करनी होगी.
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी कलेक्शन के लिए 2D गड़बड़ी मैट्रिक्स का हिसाब लगाता है. इसके लिए, यह कलेक्शन के दो कॉलम की तुलना करता है. इनमें से एक कॉलम में असल वैल्यू होती हैं और दूसरे में अनुमानित वैल्यू होती हैं. वैल्यू, 0 से शुरू होने वाले छोटे पूर्णांक होने चाहिए. मैट्रिक्स का ऐक्सिस 0 (लाइनें), असल वैल्यू से मेल खाता है. वहीं, ऐक्सिस 1 (कॉलम), अनुमानित वैल्यू से मेल खाता है.
उस प्रॉपर्टी का नाम जिसमें अनुमानित वैल्यू शामिल है.
order
सूची, डिफ़ॉल्ट: null
अनुमानित वैल्यू की सूची. अगर इस आर्ग्युमेंट को तय नहीं किया जाता है, तो वैल्यू को लगातार माना जाता है. साथ ही, यह माना जाता है कि वैल्यू 0 से लेकर maxValue तक है. अगर इस सूची को तय किया जाता है, तो सिर्फ़ इससे मेल खाने वाली वैल्यू का इस्तेमाल किया जाता है. साथ ही, मैट्रिक्स में डाइमेंशन और क्रम, इस सूची से मेल खाएंगे.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["Computes a 2D error matrix (confusion matrix) for a FeatureCollection by comparing actual and predicted values."],["Takes the names of the properties containing the actual and predicted values as inputs."],["Accepts an optional 'order' argument to specify the expected values for the matrix axes."],["The matrix rows represent actual values and columns represent predicted values, aiding in assessing classification accuracy."],["Values are expected to be small, contiguous integers starting from 0."]]],["The `errorMatrix` method computes a 2D confusion matrix by comparing actual and predicted values from two columns within a FeatureCollection. It takes `actual` and `predicted` column names as inputs, and an optional `order` list to define the matrix's dimensions and included values. The function uses small contiguous integers starting from 0, and returns a `ConfusionMatrix` object that includes overall accuracy, consumer's accuracy, producer's accuracy and kappa.\n"]]