ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Feature.hersDescriptor
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি উপাদানের বর্গাকার অ্যারে বৈশিষ্ট্য থেকে হিস্টোগ্রাম ত্রুটি রিং পরিসংখ্যান (HERS) বর্ণনাকারী অ্যারেগুলির একটি অভিধান তৈরি করে। HERS ব্যাসার্ধকে অ্যারের (পার্শ্ব_দৈর্ঘ্য - 1) / 2 হিসাবে নেওয়া হয়।
ব্যবহার | রিটার্নস | Feature. hersDescriptor ( selectors , buckets , peakWidthScale ) | অভিধান |
যুক্তি | টাইপ | বিস্তারিত | এই: element | উপাদান | অ্যারে বৈশিষ্ট্য সহ উপাদান। |
selectors | তালিকা, ডিফল্ট: নাল | অ্যারের বৈশিষ্ট্য যার জন্য বর্ণনাকারী তৈরি করা হবে। নির্বাচিত অ্যারের বৈশিষ্ট্য অবশ্যই বর্গক্ষেত্র, ভাসমান বিন্দু অ্যারে হতে হবে। সমস্ত অ্যারের বৈশিষ্ট্যে ডিফল্ট। |
buckets | পূর্ণসংখ্যা, ডিফল্ট: 100 | HERS বালতি সংখ্যা। ডিফল্ট 100। |
peakWidthScale | ফ্লোট, ডিফল্ট: 1 | HERS পিক প্রস্থ স্কেল। ডিফল্ট 1.0. |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 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. |"]]