reconstruct: Retrieve reconstructions for input data

View source: R/autoencoder.R

reconstructR Documentation

Retrieve reconstructions for input data

Description

Extracts the reconstructions calculated by a trained autoencoder for the specified input data after encoding and decoding. predict is an alias for reconstruct.

Usage

reconstruct(learner, data)

## S3 method for class 'ruta_autoencoder'
predict(object, ...)

Arguments

learner

Trained autoencoder model

data

data.frame to be passed through the network

object

Trained autoencoder model

...

Rest of parameters, unused

Value

Matrix containing the reconstructions

See Also

encode, decode


fdavidcl/ruta documentation built on July 5, 2023, 6:32 p.m.