apply_filter.ruta_noise_zeros | R Documentation |
Apply a filter to input data, generally a noise filter in order to train a denoising autoencoder. Users won't generally need to use these functions
## S3 method for class 'ruta_noise_zeros' apply_filter(filter, data, ...) ## S3 method for class 'ruta_noise_ones' apply_filter(filter, data, ...) ## S3 method for class 'ruta_noise_saltpepper' apply_filter(filter, data, ...) ## S3 method for class 'ruta_noise_gaussian' apply_filter(filter, data, ...) ## S3 method for class 'ruta_noise_cauchy' apply_filter(filter, data, ...) apply_filter(filter, data, ...)
filter |
Filter object to be applied |
data |
Input data to be filtered |
... |
Other parameters |
\link{autoencoder_denoising}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.