ee.Image.matrixCholeskyDecomposition
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำนวณการแยกตัวประกอบ Cholesky ของเมทริกซ์ การแยกตัวประกอบ Cholesky คือการแยกตัวประกอบให้อยู่ในรูปแบบ L * L' โดยที่ L คือเมทริกซ์สามเหลี่ยมล่าง อินพุตต้องเป็นเมทริกซ์สมมาตรแบบกำหนดบวก แสดงผลรูปภาพที่มีแถบ 1 แถบชื่อ "L"
การใช้งาน | การคืนสินค้า |
---|
Image.matrixCholeskyDecomposition() | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ image | รูปภาพ | รูปภาพของเมทริกซ์ 2 มิติที่จะแยก |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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. |"]]