home Forums # Technical Support JAVA API Reply To: JAVA API

#1543

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.