pub fn product_by_key_nan<KeyType, ValueType>(
keys: &Array<KeyType>,
vals: &Array<ValueType>,
dim: i32,
replace_value: f64
) -> (Array<KeyType>, Array<ValueType::ProductOutType>) where
KeyType: ReduceByKeyInput,
ValueType: HasAfEnum,
ValueType::ProductOutType: HasAfEnum,
Compute product of all values with similar keys along a given dimension
This version of sum by key can replaced all NaN values in the input with a user provided value before performing the reduction operation.
keys
- key Arrayvals
- value Arraydim
- Dimension along which the input Array is reducedTuple of Arrays, with output keys and values after reduction
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4