frlearn.t_norms.goguen_t_norm

frlearn.t_norms.goguen_t_norm(a, axis)[source]

x * y; also known as product t-norm.

Parameters
a: np.array

Input array of values. All values should lie in [0, 1].

axisint, default=-1

The axis along which values are aggregated.

Returns
b: np.array

Aggregated values, array with the same shape as a, except for the specified axis.