Click or drag to resize
Accord.NET (logo)

TrapezoidalFunctionEdgeType Enumeration

Enumeration used to create trapezoidal membership functions with half trapezoids.

Namespace:  Accord.Fuzzy
Assembly:  Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax
public enum EdgeType
Request Example View Source
Members
  Member nameValueDescription
Left0 The fuzzy side of the trapezoid is at the left side.
Right1 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 (--\).

See Also