semantique.processor.reducers.count_

Contents

semantique.processor.reducers.count_#

semantique.processor.reducers.count_(x, track_types=True, **kwargs)[source]#

Count the number of true values in a set.

Parameters:
  • x (xarray.DataArray) – The array to be reduced.

  • track_types (bool) – Should the reducer promote the value type of the output object, based on the value type of the input object?

  • **kwargs – Additional keyword arguments. If the reducer has to be applied to a specific dimension, the keyword argument “dim” with as value the name of the targeted dimension should be specified here.

Returns:

xarray.DataArray – The reduced array.

Note

When tracking value types, this reducer uses the following type promotion manual, with the keys being the supported value types of x, and the corresponding value being the promoted value type of the output.

{'binary': 'discrete'}