Gaussian
Gaussian
¶
Bases: Term
Extended term that represents the gaussian curve membership function.
Equation
\(\mu(x) = h \exp\left(-\dfrac{(x-\mu)^2}{2\sigma^2}\right)\)
where
- \(h\): height of the Term
- \(\mu\): mean of the Gaussian
- \(\sigma\): standard deviation of the Gaussian
Attributes¶
Functions¶
__init__
¶
configure
¶
configure(parameters: str) -> None
Configure the term with the parameters.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
parameters |
str
|
|
required |