Values.AnomalyDetectorConfigurationSourceThe configuration for the anomaly detection algorithm.
type nonrec t = {randomCutForest : RandomCutForestConfiguration.t option;The Random Cut Forest algorithm configuration for anomaly detection.
*)}val 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 ]