Closed batuhanaman closed 5 years ago
Hi all,
I have the raw data which is represented as a graph below;
Based on this data I created a data with 475 obs. When I want to detect anomalies with the command
AnomalyDetectionVec(mydata[,2], max_anoms=0.02, period=10, direction='both', only_last=FALSE, plot=TRUE)
I got the message,
$anoms data frame with 0 columns and 0 rows $plot NULL
$anoms data frame with 0 columns and 0 rows
$plot NULL
Is it normal or am I missing something? Thanks.
Hi all,
I have the raw data which is represented as a graph below;
Based on this data I created a data with 475 obs. When I want to detect anomalies with the command
AnomalyDetectionVec(mydata[,2], max_anoms=0.02, period=10, direction='both', only_last=FALSE, plot=TRUE)
I got the message,
Is it normal or am I missing something? Thanks.