Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


ANN2 (version 1.2)

reconstruct: Reconstruct data using trained Autoencoder or Replicator object

Description

reconstruct takes new data as input and reconstructs the observations using a trained replicator or autoencoder object.

Usage

reconstruct(NN, X, mahalanobis = TRUE)

Arguments

NN

Object of class NN

X

data (matrix) to reconstruct

mahalanobis

logical indicating if Mahalanobis distance should be calculated

Value

Reconstructed observations and optional Mahalanobis distances

Details

A genereric function for training neural nets