public class PlottingTools
extends java.lang.Object
Constructor and Description |
---|
PlottingTools() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
getPointCloud(GenT2zMF_Interface[] sets,
Tuple xD,
int xDisc,
Tuple yD,
int yDisc)
Returns point cloud data for the given sets for the specified ranges and levels of discretisation.
|
public static java.lang.Object[] getPointCloud(GenT2zMF_Interface[] sets, Tuple xD, int xDisc, Tuple yD, int yDisc)
sets
- The zSlice based general type-2 fuzzy sets.xD
- The interval on x over which to discretise.xDisc
- The number of discretisations for the interval on x.yD
- The interval on y over which to discretise.yDisc
- The number of discretisations for the interval on y.