50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

SoftClustering (version 2.1.3)

plotRoughKMeans: Rough k-Means Plotting

Description

plotRoughKMeans plots the rough clustering results in 2D. Note: Plotting is limited to a maximum of 5 clusters.

Usage

plotRoughKMeans(dataMatrix, upperMShipMatrix, meansMatrix, plotDimensions, colouredPlot)

Value

2D-plot of clustering results. The boundary objects are represented by stars (*).

Arguments

dataMatrix

Matrix with the objects to be plotted.

upperMShipMatrix

Corresponding matrix with upper approximations.

meansMatrix

Corresponding means matrix.

plotDimensions

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).

colouredPlot

Select TRUE = colouredPlot plot, FALSE = black/white plot.

Author

G. Peters.