Half-Weight Aggregator¶
- class bacon.aggregators.lsp.half_weight.HalfWeightAggregator(*args, **kwargs)¶
- aggregate_float(values: Sequence[float], a: float, weights: Sequence[float]) float¶
Aggregate N scalar values with scalar andness a and N weights.
- aggregate_tensor(values: Sequence[Any], andness, weights) Any¶
Aggregate N tensors with andness a and N weights.