| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--nrc.fuzzy.AntecedentCombineOperator
        |
        +--nrc.fuzzy.MinimumAntecedentCombineOperator
A class that provides a 'mimimum' operator to combine the fuzzy match values of antecedent/input pairs in a rule when a rule is fired which has multiple antecedents.
AntecedentCombineOperator, 
ProductAntecedentCombineOperator, 
CompensatoryAndAntecedentCombineOperator, 
FuzzyRule, 
Serialized Form| Constructor Summary | |
| MinimumAntecedentCombineOperator() | |
| Method Summary | |
|  double | execute(double[] matchValues)Implements the minimum 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 MinimumAntecedentCombineOperator()
| Method Detail | 
public double execute(double[] matchValues)
execute in interface AntecedentCombineOperatorInterfacematchValues - 
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||