home › Forums › # Technical Support › JAVA API › Reply To: JAVA API
December 8, 2014 at 09:06
#1543
Keymaster
Hi Fernando,
The fuzzy set is within the Accumulated
term in the OutputVariable
: engine.getOutputVariable("Risk").fuzzyOutput().toString()
You can iterate over each term in the fuzzyOutput().getTerms()
and there is your output fuzzy set.
Cheers.