ee.Array.matrixSingularValueDecomposition
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำนวณการแยกค่าเอกพจน์ของเมทริกซ์อินพุตเป็น U×S×V' โดยที่ U และ V เป็นออร์โทโกนัล และ S เป็นแนวทแยง แสดงผลพจนานุกรมที่มีรายการชื่อ "U", "S" และ "V"
การใช้งาน | การคืนสินค้า |
---|
Array.matrixSingularValueDecomposition() | พจนานุกรม |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ array | อาร์เรย์ | อาร์เรย์ที่จะแยก |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eComputes the Singular Value Decomposition (SVD) of an input array, expressing it as a product of three matrices: U, S, and V'.\u003c/p\u003e\n"],["\u003cp\u003eThe result is provided as a dictionary containing the matrices U, S (singular values), and V, where U and V are orthogonal and S is diagonal.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003ematrixSingularValueDecomposition()\u003c/code\u003e is applied to an array and returns the SVD decomposition in dictionary format.\u003c/p\u003e\n"]]],[],null,["# ee.Array.matrixSingularValueDecomposition\n\nCalculates the Singular Value Decomposition of the input matrix into U×S×V', such that U and V are orthogonal and S is diagonal. Returns a dictionary with entries named 'U', 'S' and 'V'.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------|------------|\n| Array.matrixSingularValueDecomposition`()` | Dictionary |\n\n| Argument | Type | Details |\n|---------------|-------|-------------------------|\n| this: `array` | Array | The array to decompose. |"]]