ee.Reducer.geometricMedian
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह एक ऐसा रिड्यूसर बनाता है जो इनपुट के सेट के लिए, ज्यामितीय माध्यिका का हिसाब लगाता है.
इस्तेमाल | रिटर्न |
---|
ee.Reducer.geometricMedian(numX, eta, initialStepSize) | रेड्यूसर |
आर्ग्यूमेंट | टाइप | विवरण |
---|
numX | पूर्णांक | इनपुट डाइमेंशन की संख्या. |
eta | फ़्लोट, डिफ़ॉल्ट: 0.001 | सॉल्वर के लिए स्टॉपिंग क्राइटेरिया के तौर पर इस्तेमाल किए गए समाधान में कम से कम सुधार. |
initialStepSize | फ़्लोट, डिफ़ॉल्ट: 10 | सॉल्वर में इस्तेमाल किया गया शुरुआती स्टेप साइज़. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eComputes the geometric median, a robust central tendency measure, across a set of input values.\u003c/p\u003e\n"],["\u003cp\u003eTakes the number of input dimensions, minimum improvement threshold (\u003ccode\u003eeta\u003c/code\u003e), and initial step size for the solver as parameters.\u003c/p\u003e\n"],["\u003cp\u003eReturns a reducer object to be applied to an \u003ccode\u003eee.FeatureCollection\u003c/code\u003e or \u003ccode\u003eee.ImageCollection\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.geometricMedian\n\nCreates a reducer that computes the geometric median across a set of inputs.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------------------------|---------|\n| `ee.Reducer.geometricMedian(numX, `*eta* `, `*initialStepSize*`)` | Reducer |\n\n| Argument | Type | Details |\n|-------------------|-----------------------|-------------------------------------------------------------------------------------|\n| `numX` | Integer | The number of input dimensions. |\n| `eta` | Float, default: 0.001 | The minimum improvement in the solution used as a stopping criteria for the solver. |\n| `initialStepSize` | Float, default: 10 | The initial step size used in the solver. |"]]