|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.jFuzzyLogic.ruleAggregation.RuleAggregationMethod net.sourceforge.jFuzzyLogic.ruleAggregation.RuleAggregationMethodBoundedSum
public class RuleAggregationMethodBoundedSum
Rule aggregation mathod: Sum
Field Summary |
---|
Fields inherited from class net.sourceforge.jFuzzyLogic.ruleAggregation.RuleAggregationMethod |
---|
name |
Constructor Summary | |
---|---|
RuleAggregationMethodBoundedSum()
|
Method Summary | |
---|---|
double |
aggregate(double defuzzifierValue,
double valueToAggregate)
Aggregate a 'valueToAggregate' to a 'defuzzifierVale' |
java.lang.String |
toStringFCL()
FCL string to represent this agrregation method |
Methods inherited from class net.sourceforge.jFuzzyLogic.ruleAggregation.RuleAggregationMethod |
---|
getName, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RuleAggregationMethodBoundedSum()
Method Detail |
---|
public double aggregate(double defuzzifierValue, double valueToAggregate)
RuleAggregationMethod
aggregate
in class RuleAggregationMethod
defuzzifierValue
- : defuzzifier's current valuevalueToAggregate
- : value to aggregate
RuleAggregationMethod.aggregate(double, double)
public java.lang.String toStringFCL()
RuleAggregationMethod
toStringFCL
in class RuleAggregationMethod
RuleAggregationMethod.toStringFCL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |