Bell
Bell
¶
Bases: Term
Extended term that represents the generalized bell curve membership function.
Equation
\(\mu(x)=\dfrac{h}{1 + \left(\dfrac{|x-c|}{w}\right)^{2s}}\)
where
- \(h\): height of the Term
- \(c\): center of the Bell
- \(w\): width of the Bell
- \(s\): slope of the Bell
Attributes¶
Functions¶
__init__
¶
configure
¶
configure(parameters: str) -> None
Configure the term with the parameters.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
parameters |
str
|
|
required |