BinaryPlot: Plotting feature clusters following bi-class problem.

BinaryPlotR Documentation

Plotting feature clusters following bi-class problem.

Description

The BinaryPlot implements a basic plot for bi-class problem.

Super class

D2MCS::GenericPlot -> BinaryPlot

Methods

Public methods


Method new()

Empty function used to initialize the object arguments in runtime.

Usage
BinaryPlot$new()

Method plot()

Plots feature-clustering data from a bi-class problem.

Usage
BinaryPlot$plot(summary)
Arguments
summary

A data.frame comprising the elements to be plotted.


Method clone()

The objects of this class are cloneable with this method.

Usage
BinaryPlot$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

GenericPlot


D2MCS documentation built on Aug. 23, 2022, 5:07 p.m.