Method | Description | |
---|---|---|
CentroidDefuzzifier ( int intervals ) : System |
Initializes a new instance of the CentroidDefuzzifier class.
|
|
Defuzzify ( AForge.Fuzzy.FuzzyOutput fuzzyOutput, INorm normOperator ) : float |
Centroid method to obtain the numerical representation of a fuzzy output. The numerical value will be the center of the shape formed by the several fuzzy labels with their constraints.
|
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 Defuzzify ( AForge.Fuzzy.FuzzyOutput fuzzyOutput, INorm normOperator ) : float | ||
fuzzyOutput | AForge.Fuzzy.FuzzyOutput | A |
normOperator | INorm | A |
return | float |