public class GenT2zEngine_Defuzzification
extends java.lang.Object
Constructor and Description |
---|
GenT2zEngine_Defuzzification(int primaryDiscretizationLevel)
Creates a new instance of GenT2zEngine_Defuzzification
|
Modifier and Type | Method and Description |
---|---|
double |
typeReduce_standard(GenT2zMF_Interface set,
int xResolution,
int yResolution)
Returns a typereduced and defuzzified set using the standard general type-2 wavy slice centroid method.
|
Tuple |
typeReduce(GenT2zMF_Interface set) |
public GenT2zEngine_Defuzzification(int primaryDiscretizationLevel)
public Tuple typeReduce(GenT2zMF_Interface set)
public double typeReduce_standard(GenT2zMF_Interface set, int xResolution, int yResolution)
set
- The Type 2 set to type reduce.xResolution
- Determines how fine the type 2 set should be discretised along the x-axis.yResolution
- Determines how fine the type 2 set should be discretised along the y-axis.