ee.Image.matrixCholeskyDecomposition
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी मैट्रिक्स के चोलेस्की डिकंपोज़िशन की गणना करता है. कोलेस्की डिकंपोज़िशन, L * L' के फ़ॉर्म में डिकंपोज़िशन होता है. इसमें L, लोअर ट्रायंगुलर मैट्रिक्स होता है. इनपुट, सिमेट्रिक पॉज़िटिव-डेफ़िनिट मैट्रिक्स होना चाहिए. 'L' नाम वाले एक बैंड की इमेज दिखाता है.
इस्तेमाल | रिटर्न |
---|
Image.matrixCholeskyDecomposition() | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: image | इमेज | डिकंपोज़ की जाने वाली 2-डी मैट्रिक्स की इमेज. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eComputes the Cholesky decomposition, expressing a matrix as a product of a lower triangular matrix and its transpose.\u003c/p\u003e\n"],["\u003cp\u003eApplicable to symmetric, positive-definite matrix inputs, resulting in an image with a single band named 'L' containing the decomposition.\u003c/p\u003e\n"],["\u003cp\u003eAccepts an image of 2-D matrices as input for decomposition.\u003c/p\u003e\n"]]],[],null,["# ee.Image.matrixCholeskyDecomposition\n\nCalculates the Cholesky decomposition of a matrix. The Cholesky decomposition is a decomposition into the form L \\* L' where L is a lower triangular matrix. The input must be a symmetric positive-definite matrix. Returns an image with 1 band named 'L'.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------|---------|\n| Image.matrixCholeskyDecomposition`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|-----------------------------------------|\n| this: `image` | Image | Image of 2-D matrices to be decomposed. |"]]