ee.Feature.hersDescriptor
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, किसी एलिमेंट की स्क्वेयर अरे प्रॉपर्टी से, हिस्टोग्राम एरर रिंग स्टैटिस्टिक (एचईआरएस) डिस्क्रिप्टर अरे का डिक्शनरी बनाता है. एचईआरएस की त्रिज्या को ऐरे की (side_length - 1) / 2 माना जाता है.
इस्तेमाल | रिटर्न |
---|
Feature.hersDescriptor(selectors, buckets, peakWidthScale) | शब्दकोश |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: element | एलिमेंट | ऐरे प्रॉपर्टी वाला एलिमेंट. |
selectors | सूची, डिफ़ॉल्ट: null | ऐरे की वे प्रॉपर्टी जिनके लिए डिस्क्रिप्टर बनाए जाएंगे. चुनी गई ऐरे प्रॉपर्टी, स्क्वेयर और फ़्लोटिंग पॉइंट ऐरे होनी चाहिए. यह सभी ऐरे प्रॉपर्टी के लिए डिफ़ॉल्ट रूप से लागू होता है. |
buckets | पूर्णांक, डिफ़ॉल्ट: 100 | एचईआरएस बकेट की संख्या. डिफ़ॉल्ट रूप से, यह वैल्यू 100 पर सेट होती है. |
peakWidthScale | फ़्लोट, डिफ़ॉल्ट: 1 | यह HERS की पीक विड्थ का स्केल है. डिफ़ॉल्ट वैल्यू 1.0 होती है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]