View source: R/han_autoencoder.R
han_autoencoder | R Documentation |
Anomaly detector using autoencoder
han_autoencoder(input_size, encode_size)
input_size |
Establish the input size for the autoencoder anomaly detector. It is the size of the output also. |
encode_size |
The encode size for the autoencoder. |
han_autoencoder object histogram based method to detect anomalies in time series. Bins with smaller amount of observations are considered anomalies. Values below first bin or above last bin are also considered anomalies.>.
# setting up time series regression model
#Use the same example of hanr_fbiad changing the constructor to:
model <- han_autoencoder(3,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.