|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nrc.fuzzy.jess.GlobalContributionOperator
An abstract class that can be sub-classed to provide an execute method that performs a desired operation on fuzzy values when doing global contribution. For example, when a temperature fuzzy value is asserted by more than 1 rule, the existing fuzzy value and the new fuzzy value are combined to form a new fuzzy value that represents the desired way to combine both pieces of information. This will normally be the union of the 2 fuzzy values but can be set to other operations such as the summ of the fuzzy values (or it can also be set to perform no global combining and just replace the exiting value with the new one).
GlobalContributionOperatorInterface
,
UnionGlobalContributionOperator
,
SumGlobalContributionOperator
,
Serialized FormConstructor Summary | |
GlobalContributionOperator()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface nrc.fuzzy.jess.GlobalContributionOperatorInterface |
execute |
Constructor Detail |
public GlobalContributionOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |