Duyuru: 15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için ticari olmayan uygunluğu doğrulaması gerekir.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir koleksiyonun iki sütununu (biri gerçek değerleri, diğeri ise tahmin edilen değerleri içerir) karşılaştırarak koleksiyon için 2 boyutlu bir hata matrisi hesaplar. Değerlerin 0'dan başlayarak küçük bitişik tam sayılar olması beklenir. Matrisin 0 ekseni (satırlar) gerçek değerlere, 1 ekseni (sütunlar) ise tahmin edilen değerlere karşılık gelir.
Beklenen değerlerin listesi. Bu bağımsız değişken belirtilmezse değerlerin bitişik olduğu ve 0 ile maxValue aralığını kapsadığı varsayılır. Belirtilirse yalnızca bu listeyle eşleşen değerler kullanılır ve matris, bu listeyle eşleşen boyutlara ve sıraya sahip olur.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]