reconstruction_plot: Reconstruction plot

Description Usage Arguments Details Value

View source: R/plotting.R

Description

plots original and reconstructed data points in a single plot with connecting lines between original value and corresponding reconstruction

Usage

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

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

Arguments

object

autoencoder object of class ANN

...

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


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