|
CentroidDefuzzifier Constructor
|
Namespace:
Accord.Fuzzy
Assembly:
Accord.Fuzzy (in Accord.Fuzzy.dll) Version: 3.8.0
Syntax public CentroidDefuzzifier(
int intervals
)
Public Sub New (
intervals As Integer
)
Request Example
View SourceParameters
- intervals
- Type: SystemInt32
Number of segments that the speech universe will be splited
to perform the numerical approximation of the center of area.
See Also