הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני 15 באפריל 2025 חייבים לעבור אימות של הזכאות לשימוש לא מסחרי כדי לשמור על הגישה ל-Earth Engine.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
חישוב מטריצת שגיאות דו-ממדית לאוסף על ידי השוואה בין שתי עמודות באוסף: אחת שמכילה את הערכים בפועל ואחת שמכילה את הערכים החזויים. הערכים צריכים להיות מספרים שלמים קטנים ועוקבים, החל מ-0. ציר 0 (השורות) של המטריצה מתאים לערכים בפועל, וציר 1 (העמודות) מתאים לערכים החזויים.
רשימה של הערכים הצפויים. אם לא מציינים את הארגומנט הזה, המערכת מניחה שהערכים רציפים ושהם נעים בטווח שבין 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"]]