Module Values.AnomalyDetectorConfigurationSource

The configuration for the anomaly detection algorithm.

Sourcetype nonrec t = {
  1. randomCutForest : RandomCutForestConfiguration.t option;
    (*

    The Random Cut Forest algorithm configuration for anomaly detection.

    *)
}
Sourceval make : ?randomCutForest:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of RandomCutForestConfigurationShingleSizeInteger.t | `String of RandomCutForestQuery.t | `Structure of (string * [> `Double of IgnoreNearExpectedAmountDouble.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t