ee.Array.project
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी ऐरे को कम डाइमेंशन वाले स्पेस में प्रोजेक्ट करता है. इसके लिए, उन ऐक्सिस को तय किया जाता है जिन्हें बनाए रखना है. हटाए गए ऐक्सिस की लंबाई ज़्यादा से ज़्यादा 1 होनी चाहिए.
इस्तेमाल | रिटर्न |
---|
Array.project(axes) | Array |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: array | Array | ऐरे को प्रोजेक्ट में जोड़ें. |
axes | सूची | प्रोजेक्ट करने के लिए ऐक्सिस. अन्य ऐक्सिस को खारिज कर दिया जाएगा. इनकी लंबाई ज़्यादा से ज़्यादा 1 होनी चाहिए. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]