RandomCutForestConfiguration
Configuration for the Random Cut Forest algorithm used for anomaly detection in time-series data.
Types
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 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
inline fun copy(block: RandomCutForestConfiguration.Builder.() -> Unit = {}): RandomCutForestConfiguration