ee.Reducer.repeat

Creates a Reducer by combining the specified number of copies of the given reducer. Output names are the same as the given reducer, but each is a list of the corresponding output from each of the reducers.

UsageReturns
Reducer.repeat(count)Reducer
ArgumentTypeDetails
this: reducerReducer
countInteger