ee.Feature.hersDescriptor
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tạo một từ điển gồm các mảng bộ mô tả Thống kê vòng lỗi biểu đồ (HERS) từ các thuộc tính mảng vuông của một phần tử. Bán kính HERS được coi là (side_length – 1) / 2 của mảng.
Cách sử dụng | Giá trị trả về |
---|
Feature.hersDescriptor(selectors, buckets, peakWidthScale) | Từ điển |
Đối số | Loại | Thông tin chi tiết |
---|
this: element | Phần tử | Phần tử có các thuộc tính mảng. |
selectors | Danh sách, mặc định: null | Các thuộc tính mảng mà bạn sẽ tạo bộ mô tả. Các thuộc tính mảng đã chọn phải là mảng dấu phẩy động hình vuông. Mặc định là tất cả các thuộc tính mảng. |
buckets | Số nguyên, mặc định: 100 | Số lượng nhóm HERS. Giá trị mặc định là 100. |
peakWidthScale | Số thực, mặc định: 1 | Thang đo chiều rộng đỉnh HERS. Giá trị mặc định là 1.0. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]