Description Usage Arguments Details Value
plots original and reconstructed data points in a single plot with connecting lines between original value and corresponding reconstruction
1 2 3 4 | reconstruction_plot(object, ...)
## S3 method for class 'ANN'
reconstruction_plot(object, X, colors = NULL, ...)
|
object |
autoencoder object of class |
... |
arguments to be passed down |
X |
data matrix with original values to be reconstructed and plotted |
colors |
optional vector of discrete colors. The reconstruction errors are are used as color if this argument is not specified |
Matrix plot of pairwise dimensions
Plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.