# Generated by roxygen2: do not edit by hand

S3method(compression_plot,ANN)
S3method(decode,ANN)
S3method(encode,ANN)
S3method(plot,ANN)
S3method(predict,ANN)
S3method(print,ANN)
S3method(reconstruction_plot,ANN)
export()
export(autoencoder)
export(compression_plot)
export(decode)
export(encode)
export(neuralnetwork)
export(read_ANN)
export(reconstruct)
export(reconstruction_plot)
export(train)
export(write_ANN)
import(Rcpp)
import(ggplot2)
import(reshape2)
importFrom(methods,new)
useDynLib(ANN2, .registration=TRUE)
