Package | Description |
---|---|
com.oracle.bmc.aianomalydetection.model |
Modifier and Type | Method and Description |
---|---|
Anomaly.Builder |
Anomaly.Builder.actualValue(Double actualValue)
The actual value for the anomaly point at given signal and timestamp/row
|
Anomaly.Builder |
Anomaly.Builder.anomalyScore(Double anomalyScore)
A significant score ranged from 0 to 1 to each anomaly point.
|
static Anomaly.Builder |
Anomaly.builder()
Create a new builder.
|
Anomaly.Builder |
Anomaly.Builder.copy(Anomaly model) |
Anomaly.Builder |
Anomaly.Builder.estimatedValue(Double estimatedValue)
The estimated value for the anomaly point at given signal and timestamp/row
|
Anomaly.Builder |
Anomaly.Builder.imputedValue(Double imputedValue)
The value imputed by an IDP step for missing values in origin data.
|
Anomaly.Builder |
Anomaly.Builder.signalName(String signalName)
Name of a signal where current anomaly point belongs to
|
Anomaly.Builder |
Anomaly.toBuilder() |
Copyright © 2016–2024. All rights reserved.