ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.ImageCollection.randomColumn
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি সংগ্রহে নির্ধারক সিউডোর্যান্ডম সংখ্যার একটি কলাম যোগ করে। আউটপুট হল ডবল-নির্ভুল ফ্লোটিং পয়েন্ট সংখ্যা। 'ইউনিফর্ম' ডিস্ট্রিবিউশন ব্যবহার করার সময় (ডিফল্ট), আউটপুটগুলি [0, 1) এর পরিসরে থাকে। 'স্বাভাবিক' ডিস্ট্রিবিউশন ব্যবহার করে, আউটপুটগুলিতে μ=0, σ=1 আছে, কিন্তু কোনো সুস্পষ্ট সীমা নেই।
ব্যবহার | রিটার্নস | ImageCollection. randomColumn ( columnName , seed , distribution , rowKeys ) | ফিচার কালেকশন |
যুক্তি | টাইপ | বিস্তারিত | এই: collection | ফিচার কালেকশন | ইনপুট সংগ্রহ যেখানে একটি এলোমেলো কলাম যোগ করতে হবে। |
columnName | স্ট্রিং, ডিফল্ট: "এলোমেলো" | কলামের নাম যোগ করতে হবে। |
seed | দীর্ঘ, ডিফল্ট: 0 | এলোমেলো সংখ্যা তৈরি করার সময় ব্যবহৃত একটি বীজ। |
distribution | স্ট্রিং, ডিফল্ট: "ইউনিফর্ম" | উৎপন্ন করার জন্য এলোমেলো সংখ্যার বিতরণের ধরন; 'ইউনিফর্ম' বা 'স্বাভাবিক'-এর একটি। |
rowKeys | তালিকা, ঐচ্ছিক | বৈশিষ্ট্যের একটি তালিকা যা স্বতন্ত্রভাবে এবং পুনরাবৃত্তভাবে সংগ্রহের একটি উপাদান সনাক্ত করতে হবে, র্যান্ডম সংখ্যা তৈরি করতে ব্যবহৃত হয়। [system:index]-এ ডিফল্ট। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eAdds a new column of random numbers to an existing FeatureCollection.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify the column name, seed for reproducibility, and distribution type (uniform or normal).\u003c/p\u003e\n"],["\u003cp\u003eThe 'uniform' distribution generates numbers between 0 (inclusive) and 1 (exclusive), while the 'normal' distribution generates numbers with a mean of 0 and standard deviation of 1.\u003c/p\u003e\n"],["\u003cp\u003eThe output is a new FeatureCollection with the added random column.\u003c/p\u003e\n"]]],[],null,["# ee.ImageCollection.randomColumn\n\nAdds a column of deterministic pseudorandom numbers to a collection. The outputs are double-precision floating point numbers. When using the 'uniform' distribution (default), outputs are in the range of \\[0, 1). Using the 'normal' distribution, outputs have μ=0, σ=1, but have no explicit limits.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------------------------------------------------------|-------------------|\n| ImageCollection.randomColumn`(`*columnName* `, `*seed* `, `*distribution* `, `*rowKeys*`)` | FeatureCollection |\n\n| Argument | Type | Details |\n|--------------------|----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `collection` | FeatureCollection | The input collection to which to add a random column. |\n| `columnName` | String, default: \"random\" | The name of the column to add. |\n| `seed` | Long, default: 0 | A seed used when generating the random numbers. |\n| `distribution` | String, default: \"uniform\" | The distribution type of random numbers to produce; one of 'uniform' or 'normal'. |\n| `rowKeys` | List, optional | A list of properties that should uniquely and repeatably identify an element of the collection, used to generate the random number. Defaults to \\[system:index\\]. |"]]