ee.Array.project
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Projects an array to a lower dimensional space by specifying the axes to retain. הצירים שהושמטו צריכים להיות באורך 1 לכל היותר.
שימוש | החזרות |
---|
Array.project(axes) | מערך |
ארגומנט | סוג | פרטים |
---|
זה: array | מערך | מערך לפרויקט. |
axes | רשימה | הצירים שעליהם רוצים להקרין. מערכות צירים אחרות יימחקו, והאורך שלהן צריך להיות 1 לכל היותר. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eThe \u003ccode\u003eproject\u003c/code\u003e method reduces the dimensionality of an array by selecting specific axes to keep.\u003c/p\u003e\n"],["\u003cp\u003eAxes that are not included in the projection and have a size greater than 1 will be dropped, resulting in a lower-dimensional array.\u003c/p\u003e\n"],["\u003cp\u003eIt takes an array and a list of axes as input and returns the projected array.\u003c/p\u003e\n"]]],[],null,["# ee.Array.project\n\nProjects an array to a lower dimensional space by specifying the axes to retain. Dropped axes must be at most length 1.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------|---------|\n| Array.project`(axes)` | Array |\n\n| Argument | Type | Details |\n|---------------|-------|---------------------------------------------------------------------------------------|\n| this: `array` | Array | Array to project. |\n| `axes` | List | The axes to project onto. Other axes will be discarded, and must be at most length 1. |"]]