frlearn.t_norms.heyting_t_norm#
- frlearn.t_norms.heyting_t_norm(a, axis)#
min(x, y)
; also known as Gödel or minimum 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.