SrCnnDetectMode Enum

Definition

The detect modes of SrCnn models.

public enum SrCnnDetectMode
type SrCnnDetectMode = 
Public Enum SrCnnDetectMode
Inheritance
SrCnnDetectMode

Fields

AnomalyAndExpectedValue 2

In this mode, output (IsAnomaly, RawScore, Mag, ExpectedValue).

AnomalyAndMargin 1

In this mode, output (IsAnomaly, AnomalyScore, Mag, ExpectedValue, BoundaryUnit, UpperBoundary, LowerBoundary).

AnomalyOnly 0

In this mode, output (IsAnomaly, RawScore, Mag).

Applies to