Initializes a new instance of the TrapezoidalFunction class.
With four points the shape is known as flat fuzzy number or fuzzy interval (/–).
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
Parameters
- m1
- Type: System..::.Single
X value where the degree of membership starts to raise.
- m2
- Type: System..::.Single
X value where the degree of membership reaches the maximum value.
- m3
- Type: System..::.Single
X value where the degree of membership starts to fall.
- m4
- Type: System..::.Single
X value where the degree of membership reaches the minimum value.
- max
- Type: System..::.Single
The maximum value that the membership will reach, [0, 1].
- min
- Type: System..::.Single
The minimum value that the membership will reach, [0, 1].