RandomCutForestConfiguration

Configuration for the Random Cut Forest algorithm used for anomaly detection in time-series data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for ignoring values that are near expected values from above during anomaly detection.

Link copied to clipboard

Configuration for ignoring values that are near expected values from below during anomaly detection.

Link copied to clipboard

The Prometheus query used to retrieve the time-series data for anomaly detection.

Link copied to clipboard

The number of data points sampled from the input stream for the Random Cut Forest algorithm. The default number is 256 consecutive data points.

Link copied to clipboard

The number of consecutive data points used to create a shingle for the Random Cut Forest algorithm. The default number is 8 consecutive data points.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String