ee.Reducer.frequencyHistogram
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक Reducer ऑब्जेक्ट दिखाता है. यह Reducer ऑब्जेक्ट, अपने इनपुट की (वज़न के हिसाब से) फ़्रीक्वेंसी टेबल दिखाता है. जहां लागू हो, वहां आउटपुट का नाम "histogram" होता है.
इस्तेमाल | रिटर्न |
---|
ee.Reducer.frequencyHistogram() | रेड्यूसर |
कोई आर्ग्युमेंट नहीं.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eReturns a Reducer that creates a frequency table (histogram) of its inputs.\u003c/p\u003e\n"],["\u003cp\u003eThe output of the Reducer, when applicable, is named "histogram".\u003c/p\u003e\n"],["\u003cp\u003eThe Reducer is accessed using \u003ccode\u003eee.Reducer.frequencyHistogram()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe Reducer does not require any arguments.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.frequencyHistogram\n\nReturns a Reducer that returns a (weighted) frequency table of its inputs. Where applicable, the output name is \"histogram\".\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------|---------|\n| `ee.Reducer.frequencyHistogram()` | Reducer |\n\n**No arguments.**"]]