compression_plot: Compression plot

Description Usage Arguments Details Value

View source: R/plotting.R

Description

plot compressed observation in pairwise dimensions

Usage

1
2
3
4
compression_plot(object, ...)

## S3 method for class 'ANN'
compression_plot(object, X, colors = NULL, jitter = FALSE, ...)

Arguments

object

autoencoder object of class ANN

...

arguments to be passed to jitter()

X

data matrix with original values to be compressed and plotted

colors

optional vector of discrete colors

jitter

logical specifying whether to apply jitter to the compressed values. Especially useful whith step activation function that clusters the compressions and reconstructions.

Details

Matrix plot of pairwise dimensions

Value

Plots


bflammers/ANN2 documentation built on Feb. 5, 2021, 9:10 a.m.