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