hp_plot: Visualise a Hyperplane Separator for Clustering

Description Usage Arguments

View source: R/nodeplot.R

Description

Provides a visualisation of the partition induced by a hyperplane separator generated by one of mch, mdh and ncuth.

Usage

1
hp_plot(sol, labels, transparency)

Arguments

sol

a solution arising from one of the functions mch, mdh and ncuth.

labels

(optional) a vector of class labels. if provided then points in different classes are plotted in different colours. the external validity of the partition is also indicated when this can be computed using true class labels.

transparency

(optional) if ommitted then points in the scatterplot are shown as solid. If set to a value in (0, 1) then points are shown with transparency. Lower values correspond with a greater degree of transparency.


DavidHofmeyr/PPCI documentation built on March 9, 2020, 5:05 p.m.