Enumeration used to create trapezoidal membership functions with half trapezoids.
Namespace:
AForge.FuzzyAssembly: AForge.Fuzzy (in AForge.Fuzzy.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public enum EdgeType |
Members
| Member name | Description | |
|---|---|---|
| Left |
The fuzzy side of the trapezoid is at the left side.
| |
| Right |
The fuzzy side of the trapezoid is at the right side.
|
Remarks
If the value is Left, the trapezoid has the left edge, but right is open (/–). If the value is Right, the trapezoid has the right edge, but left is open (–).