ee.Reducer.centeredCovariance
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Creates a reducer that reduces some number of 1-D arrays of the same length N to a covariance matrix of shape NxN. אזהרה: כדי להשתמש בפונקציית הצמצום הזו, צריך לוודא שהנתונים עברו תהליך של מרכוז הממוצע.
שימוש | החזרות |
---|
ee.Reducer.centeredCovariance() | הפחתה |
אין ארגומנטים.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eCreates a reducer for calculating the covariance matrix from multiple 1-D arrays.\u003c/p\u003e\n"],["\u003cp\u003eRequires input arrays to have the same length and be pre-centered (mean removed).\u003c/p\u003e\n"],["\u003cp\u003eOutputs an NxN covariance matrix where N is the length of the input arrays.\u003c/p\u003e\n"],["\u003cp\u003eIntended for use with Earth Engine data, utilizing the \u003ccode\u003eee.Reducer\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.centeredCovariance\n\nCreates a reducer that reduces some number of 1-D arrays of the same length N to a covariance matrix of shape NxN. WARNING: this reducer requires that the data has been mean centered.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------|---------|\n| `ee.Reducer.centeredCovariance()` | Reducer |\n\n**No arguments.**"]]