to_keras.ruta_filter: Get a Keras generator from a data filter

View source: R/filter.R

to_keras.ruta_filterR Documentation

Get a Keras generator from a data filter

Description

Noise filters can be applied during training (in denoising autoencoders), for this a generator is used to get data batches.

Usage

## S3 method for class 'ruta_filter'
to_keras(x, data, batch_size, ...)

Arguments

x

Filter object

data

Matrix where the filter will be applied

batch_size

Size of the sample (for the training stage)

...

Additional parameters, currently unused


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