ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Reducer.centeredCovariance
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি রিডুসার তৈরি করে যা একই দৈর্ঘ্য N এর কিছু সংখ্যক 1-D অ্যারেকে NxN আকারের একটি কোভেরিয়েন্স ম্যাট্রিক্সে কমিয়ে দেয়। সতর্কতা: এই রিডুসারের প্রয়োজন যে ডেটা মধ্যকেন্দ্রিক করা হয়েছে।
ব্যবহার | রিটার্নস | ee.Reducer.centeredCovariance() | হ্রাসকারী |
কোন যুক্তি নেই।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট 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\u003eCreates a reducer for calculating the covariance matrix from multiple 1-D arrays.\u003c/p\u003e\n"],["\u003cp\u003eRequires input arrays to have the same length and be pre-centered (mean removed).\u003c/p\u003e\n"],["\u003cp\u003eOutputs an NxN covariance matrix where N is the length of the input arrays.\u003c/p\u003e\n"],["\u003cp\u003eIntended for use with Earth Engine data, utilizing the \u003ccode\u003eee.Reducer\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.centeredCovariance\n\nCreates a reducer that reduces some number of 1-D arrays of the same length N to a covariance matrix of shape NxN. WARNING: this reducer requires that the data has been mean centered.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------|---------|\n| `ee.Reducer.centeredCovariance()` | Reducer |\n\n**No arguments.**"]]