5 references to LocalizeRootCause
Microsoft.ML.Samples (1)
Dynamic\Transforms\TimeSeries\LocalizeRootCause.cs (1)
23RootCause prediction = mlContext.AnomalyDetection.LocalizeRootCause(data);
Microsoft.ML.TimeSeries.Tests (4)
TimeSeriesDirectApi.cs (4)
961RootCause rootCause = ml.AnomalyDetection.LocalizeRootCause(rootCauseLocalizationInput); 1038RootCause rootCause = ml.AnomalyDetection.LocalizeRootCause(rootCauseLocalizationInput); 1188RootCause rootCause = ml.AnomalyDetection.LocalizeRootCause(rootCauseLocalizationInput); 1222RootCause rootCause = ml.AnomalyDetection.LocalizeRootCause(rootCauseLocalizationInput);