public class DefuzzifierMeanMax extends DefuzzifierContinuous
DEFAULT_NUMBER_OF_POINTS
Constructor and Description |
---|
DefuzzifierMeanMax(float domainleft,
float domainright,
java.util.List<FuzzyTermType> terms) |
Modifier and Type | Method and Description |
---|---|
float |
defuzzify() |
getArea, getLength, getMax, getMin, getStepSize, getValueY, isDiscrete, iterator, reset, setDiscrete, setMax, setMin, setPoint, setStepSize, setValue, size
getName, toString
public DefuzzifierMeanMax(float domainleft, float domainright, java.util.List<FuzzyTermType> terms)
public float defuzzify()
defuzzify
in class DefuzzifierContinuous