ee.Feature.hersDescriptor
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
สร้างพจนานุกรมของอาร์เรย์ตัวอธิบายสถิติวงแหวนข้อผิดพลาดของฮิสโทแกรม (HERS) จากพร็อพเพอร์ตี้อาร์เรย์สี่เหลี่ยมจัตุรัสขององค์ประกอบ รัศมี HERS จะถือเป็น (side_length - 1) / 2 ของอาร์เรย์
การใช้งาน | การคืนสินค้า |
---|
Feature.hersDescriptor(selectors, buckets, peakWidthScale) | พจนานุกรม |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ element | องค์ประกอบ | องค์ประกอบที่มีพร็อพเพอร์ตี้อาร์เรย์ |
selectors | รายการ (ค่าเริ่มต้น: null) | พร็อพเพอร์ตี้อาร์เรย์ที่จะสร้างตัวอธิบาย พร็อพเพอร์ตี้อาร์เรย์ที่เลือกต้องเป็นอาร์เรย์ทศนิยมจัตุรัส ค่าเริ่มต้นคือพร็อพเพอร์ตี้อาร์เรย์ทั้งหมด |
buckets | จำนวนเต็ม ค่าเริ่มต้น: 100 | จำนวนที่เก็บข้อมูล HERS ค่าเริ่มต้นคือ 100 |
peakWidthScale | Float, ค่าเริ่มต้น: 1 | มาตราส่วนความกว้างสูงสุดของ HERS ค่าเริ่มต้นคือ 1.0 |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eGenerates Histogram of Error Ring Statistics (HERS) descriptors for square array properties of an element, using the array's radius as (side length - 1) / 2.\u003c/p\u003e\n"],["\u003cp\u003eDescriptors can be customized by selecting specific array properties, defining the number of HERS buckets, and adjusting the peak width scale.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a dictionary containing the calculated HERS descriptors for the specified or default array properties.\u003c/p\u003e\n"],["\u003cp\u003eInput requires an element with square, floating-point array properties, and optional parameters for property selection, bucket count, and peak width scaling.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.hersDescriptor\n\nCreates a dictionary of Histogram Error Ring Statistic (HERS) descriptor arrays from square array properties of an element. The HERS radius is taken to be the array's (side_length - 1) / 2.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------------------------------|------------|\n| Feature.hersDescriptor`(`*selectors* `, `*buckets* `, `*peakWidthScale*`)` | Dictionary |\n\n| Argument | Type | Details |\n|------------------|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `element` | Element | The element with array properties. |\n| `selectors` | List, default: null | The array properties for which descriptors will be created. Selected array properties must be square, floating point arrays. Defaults to all array properties. |\n| `buckets` | Integer, default: 100 | The number of HERS buckets. Defaults to 100. |\n| `peakWidthScale` | Float, default: 1 | The HERS peak width scale. Defaults to 1.0. |"]]