Earth Engine has introducednoncommercial quota tiersto safeguard shared compute resources and ensure reliable performance for everyone. Noncommercial projects use the Community Tier by default, though you can change a project's tier at any time.
ee.Reducer.modeStay organized with collectionsSave and categorize content based on your preferences.
Create a reducer that will compute the mode of the inputs. For small numbers of inputs (up to maxRaw) the mode will be computed directly; for larger numbers of inputs the mode will be derived from a histogram.
Usage
Returns
ee.Reducer.mode(maxBuckets,minBucketWidth,maxRaw)
Reducer
Argument
Type
Details
maxBuckets
Integer, default: null
The maximum number of buckets to use when building a histogram; will be rounded up to a power of 2.
minBucketWidth
Float, default: null
The minimum histogram bucket width, or null to allow any power of 2.
maxRaw
Integer, default: null
The number of values to accumulate before building the initial histogram.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-13 UTC."],[],[]]