NormFunction
NormFunction
¶
TNorm or SNorm based on a term function on any two values.
Equation
\(a \oplus b = a \otimes b = f(a,b)\)
This Norm is not registered in the SNormFactory or TNormFactory.
related
Attributes¶
Functions¶
__init__
¶
__init__(function: Function) -> None
Constructor.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
function |
Function
|
function \(f(a,b)\). |
required |