SemiEllipse
SemiEllipse
¶
Bases: Term
Basic term that represents the semi-ellipse membership function.
Equation
\(\mu(x) = h \dfrac{\sqrt{r^2- (x-c)^2}}{r}\)
where
- \(h\): height of the Term
- \(r\): radius of the SemiEllipse
- \(c\): center of the SemiEllipse