# Generated by roxygen2: do not edit by hand

S3method("+",ruta_network)
S3method("[",ruta_network)
S3method(apply_filter,ruta_noise_cauchy)
S3method(apply_filter,ruta_noise_gaussian)
S3method(apply_filter,ruta_noise_ones)
S3method(apply_filter,ruta_noise_saltpepper)
S3method(apply_filter,ruta_noise_zeros)
S3method(as_loss,character)
S3method(as_loss,ruta_loss)
S3method(as_network,integer)
S3method(as_network,numeric)
S3method(as_network,ruta_layer)
S3method(as_network,ruta_network)
S3method(c,ruta_network)
S3method(generate,ruta_autoencoder_variational)
S3method(plot,ruta_network)
S3method(predict,ruta_autoencoder)
S3method(print,ruta_autoencoder)
S3method(print,ruta_loss)
S3method(print,ruta_loss_named)
S3method(print,ruta_network)
S3method(to_keras,ruta_autoencoder)
S3method(to_keras,ruta_autoencoder_variational)
S3method(to_keras,ruta_layer_conv)
S3method(to_keras,ruta_layer_custom)
S3method(to_keras,ruta_layer_dense)
S3method(to_keras,ruta_layer_input)
S3method(to_keras,ruta_layer_variational)
S3method(to_keras,ruta_loss_contraction)
S3method(to_keras,ruta_loss_correntropy)
S3method(to_keras,ruta_loss_named)
S3method(to_keras,ruta_loss_variational)
S3method(to_keras,ruta_network)
S3method(to_keras,ruta_sparsity)
S3method(to_keras,ruta_weight_decay)
S3method(train,ruta_autoencoder)
export(add_weight_decay)
export(apply_filter)
export(as_loss)
export(as_network)
export(autoencode)
export(autoencoder)
export(autoencoder_contractive)
export(autoencoder_denoising)
export(autoencoder_robust)
export(autoencoder_sparse)
export(autoencoder_variational)
export(configure)
export(contraction)
export(conv)
export(correntropy)
export(decode)
export(dense)
export(dropout)
export(encode)
export(evaluate_binary_accuracy)
export(evaluate_binary_crossentropy)
export(evaluate_kullback_leibler_divergence)
export(evaluate_mean_absolute_error)
export(evaluate_mean_squared_error)
export(evaluation_metric)
export(generate)
export(input)
export(is_contractive)
export(is_denoising)
export(is_robust)
export(is_sparse)
export(is_trained)
export(is_variational)
export(layer_keras)
export(load_from)
export(loss_variational)
export(make_contractive)
export(make_denoising)
export(make_robust)
export(make_sparse)
export(new_autoencoder)
export(new_layer)
export(new_network)
export(noise)
export(noise_cauchy)
export(noise_gaussian)
export(noise_ones)
export(noise_saltpepper)
export(noise_zeros)
export(output)
export(reconstruct)
export(save_as)
export(sparsity)
export(to_keras)
export(train)
export(variational_block)
import(R.utils)
import(graphics)
importFrom(purrr,"%||%")
importFrom(purrr,as_vector)
importFrom(purrr,cross_df)
importFrom(purrr,detect_index)
importFrom(purrr,every)
importFrom(purrr,flatten)
importFrom(purrr,is_scalar_vector)
importFrom(purrr,map)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(tensorflow,tf)
