ee.Image.matrixCholeskyDecomposition
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تجزیه Cholesky یک ماتریس را محاسبه می کند. تجزیه Cholesky تجزیه به شکل L * L' است که در آن L یک ماتریس مثلثی پایین تر است. ورودی باید یک ماتریس مثبت- معین متقارن باشد. تصویری را با 1 باند به نام "L" برمیگرداند.
استفاده | برمی گرداند | Image. matrixCholeskyDecomposition () | تصویر |
استدلال | تایپ کنید | جزئیات | این: image | تصویر | تصویری از ماتریس های دو بعدی که باید تجزیه شوند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]