BinaryPlot {D2MCS}R 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


[Package D2MCS version 1.0.1 Index]