ee.Reducer.unweighted
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผล Reducer ที่มีอินพุตและเอาต์พุตเหมือนกับ Reducer ที่ระบุ แต่ไม่มีอินพุตแบบถ่วงน้ำหนัก
การใช้งาน | การคืนสินค้า |
---|
Reducer.unweighted() | ตัวลดตำแหน่ง |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ reducer | ตัวลดตำแหน่ง | |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eCreates a new Reducer that functions identically to the original but removes any weighted input considerations.\u003c/p\u003e\n"],["\u003cp\u003eThe resulting Reducer uses the same input and output types as the original.\u003c/p\u003e\n"],["\u003cp\u003eAchieved by calling the \u003ccode\u003eunweighted()\u003c/code\u003e method on an existing Reducer object.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.unweighted\n\nReturns a Reducer with the same inputs and outputs as the given Reducer, but with no weighted inputs.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| Reducer.unweighted`()` | Reducer |\n\n| Argument | Type | Details |\n|-----------------|---------|---------|\n| this: `reducer` | Reducer | |"]]