Accord.Fuzzy.CentroidDefuzzifier.CentroidDefuzzifier C# (CSharp) Method

CentroidDefuzzifier() public method

Initializes a new instance of the CentroidDefuzzifier class.
public CentroidDefuzzifier ( int intervals ) : System
intervals int Number of segments that the speech universe will be splited /// to perform the numerical approximation of the center of area.
return System
        public CentroidDefuzzifier(int intervals)
        {
            this.intervals = intervals;
        }