|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nrc.fuzzy.AntecedentCombineOperator
An abstract class that can be sub-classed to provide an execute method that performs a desired operation on antecedent/input pair match values as a rule is being executed. By default the minimum operator (minimum of all match values) is used , but commonly the product operator (product of all match values) is also used.
ProductAntecedentCombineOperator
,
MinimumAntecedentCombineOperator
,
CompensatoryAndAntecedentCombineOperator
,
FuzzyRule
,
Serialized FormConstructor Summary | |
AntecedentCombineOperator()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface nrc.fuzzy.AntecedentCombineOperatorInterface |
execute |
Constructor Detail |
public AntecedentCombineOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |