I need to combine two fuzzy membership functions in the same universe in skfuzzy.
I have a trapezoidal membership function [0, 0, 34, 35] and a gaussian membership function (mean=34, s.d=1). How could I get the union of the two in skfuzzy. I've tried using fuzz.fuzzy_or(), but this requires two different universes.
Is this possible in skfuzzy?