SrCnnDetectMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The detect modes of SrCnn models.
public enum SrCnnDetectMode
type SrCnnDetectMode =
Public Enum SrCnnDetectMode
- Inheritance
-
SrCnnDetectMode
Fields
Name | Value | Description |
---|---|---|
AnomalyOnly | 0 | In this mode, output (IsAnomaly, RawScore, Mag). |
AnomalyAndMargin | 1 | In this mode, output (IsAnomaly, AnomalyScore, Mag, ExpectedValue, BoundaryUnit, UpperBoundary, LowerBoundary). |
AnomalyAndExpectedValue | 2 | In this mode, output (IsAnomaly, RawScore, Mag, ExpectedValue). |