compression_plot {ANN2} | R Documentation |
Compression plot
Description
plot compressed observation in pairwise dimensions
Usage
compression_plot(object, ...)
## S3 method for class 'ANN'
compression_plot(object, X, colors = NULL, jitter = FALSE, ...)
Arguments
object |
autoencoder object of class |
... |
arguments to be passed to |
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
[Package ANN2 version 2.3.4 Index]