
plotRoughKMeans plots the rough clustering results in 2D. Note: Plotting is limited to a maximum of 5 clusters.
plotRoughKMeans(dataMatrix, upperMShipMatrix, meansMatrix, plotDimensions, colouredPlot)
2D-plot of clustering results. The boundary objects are represented by stars (*).
Matrix with the objects to be plotted.
Corresponding matrix with upper approximations.
Corresponding means matrix.
An integer vector of the length 2. Defines the to be plotted feature dimensions, i.e., max(plotDimensions = c(1:2)) <= nFeatures. Default: plotDimensions = c(1:2).
Select TRUE = colouredPlot plot, FALSE = black/white plot.
G. Peters.