David Burela - 2018-05-25

Hi

Is it possible to obtain the value of the membership function for the resulting fuzzy set?

I can get de Membership Function Value to specific linguistic term of a output var using

fb.getVariable("output_var").getMembership("term");

But I don't know how to get te final fuzzy set membership function value

Thanks