reconstruction_plot {ANN2} | R Documentation |
Reconstruction plot
Description
plots original and reconstructed data points in a single plot with connecting lines between original value and corresponding reconstruction
Usage
reconstruction_plot(object, ...)
## S3 method for class 'ANN'
reconstruction_plot(object, X, colors = NULL, ...)
Arguments
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 |
Details
Matrix plot of pairwise dimensions
Value
Plots
[Package ANN2 version 2.3.4 Index]