saealib.product_combine

saealib.product_combine(scores)[source]

Combine scores by element-wise product.

Parameters:

scores (list[np.ndarray]) – Score arrays, each shape (n_candidates,).

Returns:

Element-wise product. shape: (n_candidates,).

Return type:

np.ndarray