إشعار: يجب
إثبات أهلية جميع المشاريع غير التجارية المسجّلة لاستخدام Earth Engine قبل
15 أبريل 2025 من أجل الحفاظ على إمكانية الوصول إلى Earth Engine.
ee.Feature.hersDescriptor
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تنشئ هذه الدالة قاموسًا لمصفوفات واصفات "إحصاءات حلقة الخطأ في المدرّج التكراري" (HERS) من خصائص المصفوفة المربّعة لعنصر ما. يتم اعتبار نصف قطر HERS هو (side_length - 1) / 2 للصفيف.
الاستخدام | المرتجعات |
---|
Feature.hersDescriptor(selectors, buckets, peakWidthScale) | القاموس |
الوسيطة | النوع | التفاصيل |
---|
هذا: element | العنصر | العنصر الذي يتضمّن سمات مصفوفة |
selectors | قائمة، القيمة التلقائية: فارغة | سمات المصفوفة التي سيتم إنشاء واصفات لها. يجب أن تكون خصائص المصفوفة المحدّدة مربّعة ومصفوفات ذات أرقام فاصلة عائمة. يتم ضبطها تلقائيًا على جميع خصائص المصفوفة. |
buckets | عدد صحيح، القيمة التلقائية: 100 | عدد حِزم نظام تقييم كفاءة استخدام الطاقة للمنزل (HERS). القيمة التلقائية هي 100. |
peakWidthScale | عدد عائم، القيمة التلقائية: 1 | مقياس عرض الذروة في HERS القيمة التلقائية هي 1.0. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]