|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nrc.fuzzy.AntecedentCombineOperator | +--nrc.fuzzy.ProductAntecedentCombineOperator
A class that provides a 'product' operator to combine the fuzzy match values of antecedent/input pairs in a rule when a rule is fired which has multiple antecedents.
AntecedentCombineOperator
,
MinimumAntecedentCombineOperator
,
CompensatoryAndAntecedentCombineOperator
,
FuzzyRule
,
Serialized FormConstructor Summary | |
ProductAntecedentCombineOperator()
|
Method Summary | |
double |
execute(double[] matchValues)
Implements the product of the match values in the double array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProductAntecedentCombineOperator()
Method Detail |
public double execute(double[] matchValues)
execute
in interface AntecedentCombineOperatorInterface
matchValues
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |