ee.Reducer.countRuns
Returns a Reducer that computes the number of runs of distinct, non-null inputs. Where applicable, the output name is "count".
Usage | Returns |
---|
ee.Reducer.countRuns() | Reducer |
No arguments.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-13 UTC.
[null,null,["Last updated 2024-07-13 UTC."],[[["Returns a Reducer that calculates the number of runs of distinct, non-null input values."],["The output of the reducer is named \"count\"."],["It takes no arguments and is used with Earth Engine."]]],["The `ee.Reducer.countRuns()` function generates a Reducer that calculates the number of distinct, non-null input runs. The output is labeled \"count.\" This function does not require any arguments and returns a Reducer object that can be used in Earth Engine computations. The main action is generating the reducer that later computes the number of distinct input runs.\n"]]