Microsoft ML DotNet SrCnn Anomaly Detection Method Signature Parameters

Swapnil Dave 41 Reputation points
2021-09-21T10:31:47.803+00:00

Detect Anomaly By SrCnn
I have a time series and i want to detect anomaly in that time series. But i don't have any knowledge on how to give the method parameters their values or as to how to tune these parameters in a way that i get correct output. I could leave them to their default value but that doesn't solve my problem, i need to know as if i change these parameters from their default value what would it affect and how do they actually behave in detecting the anomaly.

the parameters i want to have understanding of are:

-windowSize

-backAddWindowSize

-lookaheadWindowSize

-averagingWindowSize

-judgementWindowSize

-threshold

Also, i want to understand the algorithm working. I tried reading the research paper but i didn't understand it. If anybody can explain it to me in simpler terms.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,285 questions
.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
0 comments No comments
{count} votes