Usage | Returns |
---|---|
ee.Reducer.histogram(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. |