3 references to ChangeModelThreshold
Microsoft.ML.PCA (2)
PCACatalog.cs (2)
59/// score higher than 0.5 is considered an outlier. Use <see cref="AnomalyDetectionCatalog.ChangeModelThreshold"/> to change this threshold. 87/// score higher than 0.5 is considered an outlier. Use <see cref="AnomalyDetectionCatalog.ChangeModelThreshold"/> to change this threshold.
Microsoft.ML.Tests (1)
AnomalyDetectionTests.cs (1)
200var transformer = mlContext.AnomalyDetection.ChangeModelThreshold(model, 0.3f);