Description Usage Arguments Details Value
plot compressed observation in pairwise dimensions
1 2 3 4 | compression_plot(object, ...)
## S3 method for class 'ANN'
compression_plot(object, X, colors = NULL, jitter = FALSE, ...)
|
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. |
Matrix plot of pairwise dimensions
Plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.