reconstruct: Reconstruct data using trained ANN object of type autoencoder

View source: R/interface.R

reconstructR Documentation

Reconstruct data using trained ANN object of type autoencoder

Description

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

Usage

reconstruct(object, X)

Arguments

object

Object of class ANN created with autoencoder()

X

data matrix to reconstruct

Details

A genereric function for training neural nets

Value

Reconstructed observations and anomaly scores (reconstruction errors)


ANN2 documentation built on Nov. 5, 2025, 6:22 p.m.