|
SingletonFunction Constructor
|
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public SingletonFunction(
float support
)
Public Sub New (
support As Single
)
Request Example
View SourceParameters
- support
- Type: SystemSingle
Support is the only value of x where the membership function is 1.
See Also